From 947f96708e294f999ab4d4ea78b5406f94d59c31 Mon Sep 17 00:00:00 2001 From: Ken Van Hoeylandt Date: Thu, 25 Jan 2024 21:20:08 +0100 Subject: [PATCH] updated docs --- README.md | 4 ++-- docs/ideas.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a576692..11259cd8 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,9 @@ and [here](https://components.espressif.com/components?q=esp_lcd_touch) Predefined configurations are available for: -- Yellow Board: 2.4" with capacitive touch (2432S024C) (see AliExpress [1](https://www.aliexpress.com/item/1005005902429049.html), [2](https://www.aliexpress.com/item/1005005865107357.html)) - LilyGo T-Deck (see [lilygo.cc](https://www.lilygo.cc/products/t-deck), [AliExpress](https://www.aliexpress.com/item/1005005692235592.html)) -- Waveshare S3 Touch LCD 4.3 +- Waveshare S3 Touch LCD 4.3 ([docs](https://www.waveshare.com/wiki/ESP32-S3-Touch-LCD-4.3)) +- Yellow Board 2432S024C: a 2.4" display with capacitive touch (see AliExpress [1](https://www.aliexpress.com/item/1005005902429049.html), [2](https://www.aliexpress.com/item/1005005865107357.html)) - (more will follow) Other configurations can be supported, but they require you to set up the drivers yourself. diff --git a/docs/ideas.md b/docs/ideas.md index 83b53eaa..210d8fed 100644 --- a/docs/ideas.md +++ b/docs/ideas.md @@ -3,8 +3,10 @@ - Update `view_port` to use `ViewPort` as handle externally and `ViewPortData` internally - Replace FreeRTOS semaphore from `Loader` with internal `Mutex` - Create unit tests for `tactility-core` and `tactility` (PC-only for now) +- Have a way to deinit LVGL drivers that are created from `HardwareConfig` # Core Ideas +- Make a HAL? It would mainly be there to support PC development. It's a lot of effort for supporting what's effectively a dev-only feature. - Support for displays with different DPI. Consider the layer-based system like on Android. # App Ideas