forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
samples: display: Use ST7789V generic shield
Use the ST7789V generic shield in ST7789V display sample Signed-off-by: Jan Van Winkel <[email protected]>
- Loading branch information
1 parent
7a633a5
commit 3e63d6a
Showing
5 changed files
with
25 additions
and
57 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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,15 +1,4 @@ | ||
CONFIG_PRINTK=y | ||
|
||
CONFIG_HEAP_MEM_POOL_SIZE=16384 | ||
|
||
CONFIG_GPIO=y | ||
CONFIG_SPI=y | ||
|
||
CONFIG_DISPLAY=y | ||
CONFIG_ST7789V=y | ||
CONFIG_ST7789V_LCD_TL019FQV01=y | ||
CONFIG_ST7789V_RGB565=y | ||
|
||
CONFIG_DISPLAY_LOG_LEVEL_DBG=y | ||
|
||
CONFIG_LOG=y | ||
CONFIG_DISPLAY_LOG_LEVEL_DBG=y |
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