UNPKG

pxt-maker

Version:
21 lines (14 loc) 291 B
# 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 ```