mirror of
https://github.com/ruvnet/RuView.git
synced 2026-04-28 14:09:33 +00:00
- Update ADR count from 44 to 48 - Add adaptive classifier (ADR-048) to Intelligence features - Add Observatory visualization (ADR-047) and AMOLED display (ADR-045) to Deployment features - Update screenshot to v2-screen.png - Add ADR-045 (AMOLED), ADR-046 (Android TV), ADR-047 (Observatory), DDD deployment model - Add AMOLED display firmware (display_hal, display_task, display_ui, LVGL config) - Add Observatory UI (13 Three.js modules, CSS, HTML entry point) - Add trained adaptive model JSON - Update .gitignore for managed_components, recordings, .swarm Co-Authored-By: claude-flow <ruv@ruv.net>
10 lines
255 B
YAML
10 lines
255 B
YAML
## ESP-IDF Managed Component Dependencies (ADR-045)
|
|
dependencies:
|
|
## LVGL graphics library
|
|
lvgl/lvgl: "~8.3"
|
|
|
|
## CST816S capacitive touch driver
|
|
espressif/esp_lcd_touch_cst816s: "^1.0"
|
|
|
|
## LCD touch abstraction
|
|
espressif/esp_lcd_touch: "^1.0"
|