Tactility/README.md
Ken Van Hoeylandt 7886d5c2f9 updated readme
2023-12-25 13:14:46 +01:00

33 lines
897 B
Markdown

# Overview
NanoBake is a front-end application platform.
The main goals are to deliver multiple front-end applications on a single ESP32 devices,
and to simplify hardware support.
**Status: pre-alpha**
# Technologies
LCD and input drivers are based on `esp_lcd` from esp-idf
and `esp_lcd_touch` from the [ESP Registry](https://components.espressif.com/components/espressif/esp_lcd_touch).
Drawing is done by `lvgl` via `esp_lvgl_port`.
# Supported Devices
In theory, all hardware from the [Board Support Packages](https://github.com/espressif/esp-bsp/) project is supported.
In practice, there are pre-configured drivers available for these boards:
- Yellow Board / 2432S024
# Guide
Until there is proper documentation, here are some pointers:
- [Sample application](./main/main.c)
- [NanoBake](./components/nanobake/inc)
## License
[GNU General Public License Version 3](LICENSE.md)