inkplate13/advanced/other/text_box

Example of the component solderedelectronics/inkplate v1.1.0
# Text Box

Render wrapped text inside a bounded box on Soldered Inkplate 13SPECTRA.

## Overview

Demonstrates the Inkplate textbox functionality, which automatically wraps text within a defined rectangular area. Useful for displaying paragraphs, labels, or dynamic content without manual line-break management.

## Hardware Required

- Soldered Inkplate 13SPECTRA
- USB cable

## Setup

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

## Build and Flash

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

## Expected Output

Text automatically wrapped and displayed within a defined bounding box on the Inkplate 13SPECTRA e-paper display.

## 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=1.1.0:inkplate13/advanced/other/text_box"

or download archive (~7.95 KB)