Move FreeRTOSConfig.h to app-sim (#17)

* Move FreeRTOSConfig.h to app-sim

* improved docs

* updated ideas.md and removed finished todos
This commit is contained in:
Ken Van Hoeylandt
2024-01-22 00:27:17 +01:00
committed by GitHub
parent d6baf40d0b
commit ed2d0cc78a
6 changed files with 37 additions and 16 deletions
+2 -2
View File
@@ -3,6 +3,8 @@
Tactility is a front-end application platform for ESP32. It is mainly intended for touchscreen devices.
It provides an application framework that is based on code from the [Flipper Zero](https://github.com/flipperdevices/flipperzero-firmware/) project.
**Status: Alpha**
![Tactility shown on a Lilygo T-Deck device and on PC](docs/pics/tactility-showcase.jpg)
Tactility features:
@@ -15,8 +17,6 @@ Requirements:
- ESP32 (any?) with a display (connected via SPI or I2C)
- [esp-idf 5.1.2](https://docs.espressif.com/projects/esp-idf/en/v5.1.2/esp32/get-started/index.html) or a newer v5.1.x
**Status: Alpha**
## Technologies
UI is created with [lvgl](https://github.com/lvgl/lvgl) via [esp_lvgl_port](https://github.com/espressif/esp-bsp/tree/master/components/esp_lvgl_port).