# 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
```