Implemented board CYD-4848S040C (#244)

This commit is contained in:
Shadowtrance
2025-03-13 03:16:03 +10:00
committed by GitHub
parent 2d535fec2a
commit ef410086d9
14 changed files with 567 additions and 27 deletions
+1
View File
@@ -22,6 +22,7 @@ if (DEFINED ENV{ESP_IDF_VERSION})
UnPhone
CYD-8048S043C
CYD-JC8048W550C
CYD-4848S040C
)
endif()
+2
View File
@@ -19,6 +19,8 @@ menu "Tactility App"
bool "CYD JC2432W328C"
config TT_BOARD_CYD_JC8048W550C
bool "CYD JC8048W550C"
config TT_BOARD_CYD_4848S040C
bool "CYD 4848S040C"
config TT_BOARD_ELECROW_CROWPANEL_ADVANCE_28
bool "Elecrow CrowPanel Advance 2.8"
config TT_BOARD_ELECROW_CROWPANEL_ADVANCE_35
+3
View File
@@ -40,6 +40,9 @@
#elif defined(CONFIG_TT_BOARD_CYD_JC8048W550C)
#include "JC8048W550C.h"
#define TT_BOARD_HARDWARE &cyd_jc8048w550c_config
#elif defined(CONFIG_TT_BOARD_CYD_4848S040C)
#include "CYD4848S040C.h"
#define TT_BOARD_HARDWARE &cyd_4848s040c_config
#else
#define TT_BOARD_HARDWARE NULL
#error Replace TT_BOARD_HARDWARE in main.c with your own. Or copy one of the ./sdkconfig.board.* files into ./sdkconfig.
+5
View File
@@ -8,6 +8,11 @@ dependencies:
espressif/esp_lcd_touch_ft5x06: "1.0.6~1"
espressif/esp_io_expander: "1.0.1"
espressif/esp_io_expander_tca95xx_16bit: "1.0.1"
espressif/esp_lcd_st7701:
version: "1.1.1"
rules:
- if: "target in [esp32s3, esp32p4]"
espressif/esp_lcd_panel_io_additions: "1.0.1"
espressif/esp_tinyusb:
version: "1.5.0"
rules: