inkplate6/basic/hello_world

# Hello World

Display "Hello World!" on Soldered Inkplate 6 using LVGL.

## Overview

Demonstrates the most basic usage of the Inkplate 6 with LVGL by initializing the display and rendering a "Hello World!" label on the e-paper screen using the LVGL graphics library.

## Hardware Required

- Soldered Inkplate 6
- USB cable

## Setup

Run `idf.py menuconfig` and navigate to:
**Inkplate Boards → Inkplate6**

## Build and Flash

```
idf.py build
idf.py -p PORT flash monitor
```

## Expected Output

The text "Hello World!" centered on the Inkplate 6 screen.

## Notes

- `lv_refr_now()` renders the LVGL scene into the framebuffer.
- `display.display()` must be called to update the physical e-paper panel.

## Resources

- Docs: https://docs.soldered.com/inkplate
- Support: https://forum.soldered.com/
- Image tool: https://tools.soldered.com/tools/image-converter/

To create a project from this example, run:

idf.py create-project-from-example "solderedelectronics/inkplate_lvgl=1.1.1:inkplate6/basic/hello_world"

or download archive (~2.41 KB)