File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -14,3 +14,26 @@ CONFIG_IDF_EXPERIMENTAL_FEATURES=y
14
14
15
15
CONFIG_ESP_MAIN_TASK_STACK_SIZE=8912
16
16
17
+ # BSP Generic
18
+
19
+ CONFIG_BSP_DISPLAY_INTERFACE_SPI=y
20
+ CONFIG_BSP_DISPLAY_SCLK_GPIO=6
21
+ CONFIG_BSP_DISPLAY_MOSI_GPIO=7
22
+ CONFIG_BSP_DISPLAY_MISO_GPIO=0
23
+ CONFIG_BSP_DISPLAY_CS_GPIO=20
24
+ CONFIG_BSP_DISPLAY_DC_GPIO=21
25
+ CONFIG_BSP_DISPLAY_RST_GPIO=3
26
+ CONFIG_BSP_DISPLAY_BACKLIGHT_GPIO=-1
27
+
28
+ CONFIG_BSP_DISPLAY_COLOR_SPACE_RGB=y
29
+ # CONFIG_BSP_DISPLAY_COLOR_SPACE_BGR is not set
30
+ # CONFIG_BSP_DISPLAY_INVERT_COLOR is not set
31
+ # CONFIG_BSP_DISPLAY_BRIGHTNESS_INVERT is not set
32
+ CONFIG_BSP_DISPLAY_CMD_BITS=8
33
+ CONFIG_BSP_DISPLAY_PARAM_BITS=8
34
+ CONFIG_BSP_DISPLAY_PIXEL_CLOCK=20
35
+ CONFIG_BSP_DISPLAY_WIDTH=320
36
+ CONFIG_BSP_DISPLAY_HEIGHT=240
37
+ CONFIG_BSP_LCD_DRAW_BUF_HEIGHT=100
38
+ # CONFIG_BSP_LCD_DRAW_BUF_DOUBLE is not set
39
+
You can’t perform that action at this time.
0 commit comments