-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* - Created different versions for 8048S070C - Updated documentation * Touch not swapped on x * Added ESP32_2432S022C * Added images for esp32-2432S022 * Added PCLK_HZ * Updated MD * ST7789 new variables * Typo ST7789_SPI_CONFIG_TRANS_QUEUE_DEPTH * Variables GC9A01 * ILI9341 variables * ST7262 Variables * DTOUCH_SWAP_X and Y for 8048S070 * ST7701 variables * ST7701 Added vendor config * ST7701_LINE_CONFIG * Removed not required line * ST7796 Variables * SPI_DMA_CHANNEL * CST816S variables * Typos * GT911 Variables * XPT2046 variables * Typo line config spi3 wire * Typos * Space is required for 2432S028Rv2 * Quote defines * LCD_USES and TOUCH _USES to HAS * BOARD_HAS * Remove BUTTON_BOOT=0 * Typos * TOUCH_CST816S_I2C * Added interface type to LCD/TOUCH * Updated 2432S022C * Corrected ST7789_IO_I80_CONFIG_LCD_PARAM_BITS * Added 2432S022N * Decreased the PCLK from 16M to 12M * Added 8048S070R * Updated MD * Missing defines * Added IPS Setting * Added missing ' * IPS * RGB * Renamed schematic board * Made 8038S070 v13 board default, removed old one * - Fixed typo in i2c command length - Added swap_xy for touch * Removed youch config flags: Not supported * Touch esp32-7048S070C * Touch for esp32-4848S040C * Fixed touch esp32-2432S24C * touch esp32-2432S32C * checked touch esp32-3248S035 * Set int for gt911 * fixed esp32-8048S043 * Updated back porch for 5" * Updated porch in 5" * no touch Swap for esp32-4848S040 * touch on esp32-4848S040 * Removed boards * Remove v13 boards * 1a->1A * Added new clone board esp32-2432S028Rv3 * Data bits are upper D8-D15 * SRAM_TRANS_ALIGN changed from 16 -> 4 * Only upper data d8-D15 * Updated RST and INT of esp32-2432S022C * 16Mhz 2432S022 * Reverted clock freq * esp32-8048S050N R anf B were swapped * Added settings for LVGL buffer size and MALLOC settings * Set PCLK for ST7272 to 8M Fixed touch swap on esp32-8048S070 * Updated touch orientation esp32-4848S040 * max size for esp32-2432S022 * Added spi_bus_config_t flags, intr flags and max_size * Corrected swap R<->B for esp32-8048S050C/R * Updated for esp32-2432S022
- Loading branch information
Showing
32 changed files
with
337 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,117 @@ | ||
{ | ||
"build": { | ||
"arduino": { | ||
"ldscript": "esp32_out.ld" | ||
}, | ||
"core": "esp32", | ||
"extra_flags": [ | ||
"'-D ARDUINO_ESP32_DEV'", | ||
"'-D ESP32_2432S028Rv3'", | ||
"'-D LCD_WIDTH=240'", | ||
"'-D LCD_HEIGHT=320'", | ||
"'-D LVGL_BUFFER_PIXELS=(LCD_WIDTH*LCD_HEIGHT/4)'", | ||
"'-D LVGL_BUFFER_MALLOC_FLAGS=(MALLOC_CAP_INTERNAL|MALLOC_CAP_8BIT)'", | ||
"'-D BCKL=21'", | ||
"'-D LCD_ST7789_SPI'", | ||
"'-D ST7789_SPI_HOST=SPI2_HOST'", | ||
"'-D ST7789_SPI_DMA_CHANNEL=SPI_DMA_CH_AUTO'", | ||
"'-D ST7789_SPI_BUS_MOSI_IO_NUM=13'", | ||
"'-D ST7789_SPI_BUS_MISO_IO_NUM=GPIO_NUM_NC'", | ||
"'-D ST7789_SPI_BUS_SCLK_IO_NUM=14'", | ||
"'-D ST7789_SPI_BUS_QUADWP_IO_NUM=GPIO_NUM_NC'", | ||
"'-D ST7789_SPI_BUS_QUADHD_IO_NUM=GPIO_NUM_NC'", | ||
"'-D ST7789_SPI_BUS_MAX_TRANSFER_SZ=0'", | ||
"'-D ST7789_SPI_BUS_FLAGS=0'", | ||
"'-D ST7789_SPI_BUS_INTR_FLAGS=0'", | ||
"'-D ST7789_SPI_CONFIG_CS_GPIO_NUM=15'", | ||
"'-D ST7789_SPI_CONFIG_DC_GPIO_NUM=2'", | ||
"'-D ST7789_SPI_CONFIG_SPI_MODE=SPI_MODE3'", | ||
"'-D ST7789_SPI_CONFIG_PCLK_HZ=24000000'", | ||
"'-D ST7789_SPI_CONFIG_TRANS_QUEUE_DEPTH=10'", | ||
"'-D ST7789_SPI_CONFIG_LCD_CMD_BITS=8'", | ||
"'-D ST7789_SPI_CONFIG_LCD_PARAM_BITS=8'", | ||
"'-D ST7789_SPI_CONFIG_FLAGS_DC_AS_CMD_PHASE=false'", | ||
"'-D ST7789_SPI_CONFIG_FLAGS_DC_LOW_ON_DATA=false'", | ||
"'-D ST7789_SPI_CONFIG_FLAGS_OCTAL_MODE=false'", | ||
"'-D ST7789_SPI_CONFIG_FLAGS_LSB_FIRST=false'", | ||
"'-D ST7789_DEV_CONFIG_RESET_GPIO_NUM=GPIO_NUM_NC'", | ||
"'-D ST7789_DEV_CONFIG_COLOR_SPACE=ESP_LCD_COLOR_SPACE_RGB'", | ||
"'-D ST7789_DEV_CONFIG_BITS_PER_PIXEL=16'", | ||
"'-D ST7789_DEV_CONFIG_FLAGS_RESET_ACTIVE_HIGH=false'", | ||
"'-D ST7789_DEV_CONFIG_VENDOR_CONFIG=NULL'", | ||
"'-D LCD_SWAP_XY=false'", | ||
"'-D LCD_MIRROR_X=false'", | ||
"'-D LCD_MIRROR_Y=false'", | ||
"'-D BOARD_HAS_TOUCH'", | ||
"'-D TOUCH_XPT2046_SPI'", | ||
"'-D XPT2046_SPI_HOST=SPI3_HOST'", | ||
"'-D XPT2046_SPI_DMA_CHANNEL=SPI_DMA_CH_AUTO'", | ||
"'-D XPT2046_SPI_BUS_MOSI_IO_NUM=32'", | ||
"'-D XPT2046_SPI_BUS_MISO_IO_NUM=39'", | ||
"'-D XPT2046_SPI_BUS_SCLK_IO_NUM=25'", | ||
"'-D XPT2046_SPI_BUS_QUADWP_IO_NUM=GPIO_NUM_NC'", | ||
"'-D XPT2046_SPI_BUS_QUADHD_IO_NUM=GPIO_NUM_NC'", | ||
"'-D XPT2046_SPI_CONFIG_CS_GPIO_NUM=33'", | ||
"'-D XPT2046_SPI_CONFIG_DC_GPIO_NUM=GPIO_NUM_NC'", | ||
"'-D XPT2046_SPI_CONFIG_SPI_MODE=SPI_MODE0'", | ||
"'-D XPT2046_SPI_CONFIG_PCLK_HZ=2000000'", | ||
"'-D XPT2046_SPI_CONFIG_TRANS_QUEUE_DEPTH=3'", | ||
"'-D XPT2046_SPI_CONFIG_LCD_CMD_BITS=8'", | ||
"'-D XPT2046_SPI_CONFIG_LCD_PARAM_BITS=8'", | ||
"'-D XPT2046_SPI_CONFIG_FLAGS_DC_AS_CMD_PHASE=false'", | ||
"'-D XPT2046_SPI_CONFIG_FLAGS_DC_LOW_ON_DATA=false'", | ||
"'-D XPT2046_SPI_CONFIG_FLAGS_OCTAL_MODE=false'", | ||
"'-D XPT2046_SPI_CONFIG_FLAGS_LSB_FIRST=false'", | ||
"'-D XPT2046_TOUCH_CONFIG_X_MAX=LCD_WIDTH'", | ||
"'-D XPT2046_TOUCH_CONFIG_Y_MAX=LCD_HEIGHT'", | ||
"'-D XPT2046_TOUCH_CONFIG_RST_GPIO_NUM=GPIO_NUM_NC'", | ||
"'-D XPT2046_TOUCH_CONFIG_INT_GPIO_NUM=36'", | ||
"'-D XPT2046_TOUCH_CONFIG_LEVELS_RESET=0'", | ||
"'-D XPT2046_TOUCH_CONFIG_LEVELS_INTERRUPT=0'", | ||
"'-D TOUCH_SWAP_XY=false'", | ||
"'-D TOUCH_SWAP_X=true'", | ||
"'-D TOUCH_SWAP_Y=false'", | ||
"'-D BOARD_HAS_TF'", | ||
"'-D TF_CS=5'", | ||
"'-D TF_SPI_MOSI=23'", | ||
"'-D TF_SPI_SCLK=18'", | ||
"'-D TF_SPI_MISO=19'", | ||
"'-D BOARD_HAS_RGB_LED'", | ||
"'-D RGB_LED_R=4'", | ||
"'-D RGB_LED_G=16'", | ||
"'-D RGB_LED_B=17'", | ||
"'-D BOARD_HAS_CDS'", | ||
"'-D CDS=34'", | ||
"'-D BOARD_HAS_SPEAK'", | ||
"'-D SPEAK=26'" | ||
], | ||
"f_cpu": "240000000L", | ||
"f_flash": "40000000L", | ||
"flash_mode": "dio", | ||
"mcu": "esp32", | ||
"variant": "esp32" | ||
}, | ||
"connectivity": [ | ||
"wifi", | ||
"bluetooth", | ||
"ethernet", | ||
"can" | ||
], | ||
"debug": { | ||
"openocd_board": "esp-wroom-32.cfg" | ||
}, | ||
"frameworks": [ | ||
"arduino", | ||
"espidf" | ||
], | ||
"name": "esp32-2432S028Rv3", | ||
"upload": { | ||
"flash_size": "4MB", | ||
"maximum_ram_size": 327680, | ||
"maximum_size": 4194304, | ||
"require_upload_port": true, | ||
"speed": 460800 | ||
}, | ||
"url": "https://www.aliexpress.com/item/1005004502250619.html", | ||
"vendor": "Sunton" | ||
} |
Oops, something went wrong.