Add LVGL and set up with display/touch drivers

This commit is contained in:
maddiebaka
2025-12-26 11:04:16 -05:00
parent cb92f69ee3
commit 3256ab2e65
7 changed files with 269 additions and 58 deletions
+1 -1
View File
@@ -206,7 +206,7 @@ void parse_telemetry(void) {
}
void app_main(void) {
init_spi_lcd();
init_display();
init_rmt_esc_tx();
throttle.throttle = 300;