CYD-E28R32T Implementation (#317)

- Add implementation for CYD-E28R28T. This implementation has the SD card working, using the same driver as the CYD-2432S028R.
- Edit .gitignore for some missing things.
- run chmod +x on some build scripts
- Make EspLcdDisplay's reference public for access from drivers (needed for driver St7789i8080)
> ```class EspLcdDisplay : public tt::hal::display::DisplayDevice {```
This commit is contained in:
NellowTCS
2025-09-06 05:52:46 -06:00
committed by GitHub
parent 1627b9fa85
commit a9b69010d8
21 changed files with 281 additions and 6 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
#include <esp_lvgl_port_disp.h>
#include <Tactility/Check.h>
class EspLcdDisplay : tt::hal::display::DisplayDevice {
class EspLcdDisplay : public tt::hal::display::DisplayDevice {
esp_lcd_panel_io_handle_t _Nullable ioHandle = nullptr;
esp_lcd_panel_handle_t _Nullable panelHandle = nullptr;