pxt-maker
Version:
Microsoft MakeCode Maker Boards
21 lines (14 loc) • 291 B
Markdown
# LCD Hello World
Display text on a Character LCD screen.
## ~ hint
See [this guide](https://learn.adafruit.com/experimenters-guide-for-metro/circ14-wiring) on how to wire the LCD screen.
## ~
```blocks
lcd.showString("Hello world", 1)
```
```package
lcd
```
```config
feature=lcd
```