File tree Expand file tree Collapse file tree 3 files changed +1
-92
lines changed Expand file tree Collapse file tree 3 files changed +1
-92
lines changed Original file line number Diff line number Diff line change 1
1
#include " Braccio++.h"
2
- // #include "menu.impl"
3
2
4
3
#if LVGL_VERSION_MAJOR < 8 || (LVGL_VERSION_MAJOR == 8 && LVGL_VERSION_MINOR < 1)
5
4
#error Please use lvgl >= 8.1
Original file line number Diff line number Diff line change 7
7
#include " lib/display/Backlight.h"
8
8
#include " lib/motors/SmartServo.h"
9
9
#include " drivers/Ticker.h"
10
- /*
11
- #include "lib/PCINT/src/pcint.h"
12
- #include "lib/ArduinoMenu/src/menu.h"
13
- #include "lib/ArduinoMenu/src/menuIO/TFT_eSPIOut.h"
14
- #include "lib/ArduinoMenu/src/menuIO/interruptPins.h"
15
- #include "lib/ArduinoMenu/src/menuIO/keyIn.h"
16
- #include "lib/ArduinoMenu/src/menuIO/chainStream.h"
17
- #include "lib/ArduinoMenu/src/menuIO/serialOut.h"
18
- #include "lib/ArduinoMenu/src/menuIO/serialIn.h"
19
- */
10
+
20
11
#include " lib/TFT_eSPI/TFT_eSPI.h" // Hardware-specific library
21
12
#include < lvgl.h>
22
13
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments