mirror of
https://github.com/Bodmer/TFT_eSPI.git
synced 2025-07-31 19:24:46 +02:00
Update for spelling etc. in comments!
This commit is contained in:
@@ -30,7 +30,7 @@ Steps to use:
|
||||
If your board is connected choose serial port. Leave ESP-IDF component directory blank and
|
||||
press Choose Template.
|
||||
|
||||
4. In the dropdown choose Extension and select Arduino-as-component. (This is not mandatory.
|
||||
4. In the drop-down choose Extension and select Arduino-as-component. (This is not mandatory.
|
||||
You can try other templates if you want). This will create a blank project with a simple
|
||||
main source file in the "main" folder.
|
||||
|
||||
|
@@ -29,7 +29,7 @@ build_flags =
|
||||
-DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_DEBUG
|
||||
-DUSER_SETUP_LOADED=1
|
||||
|
||||
; Define the TFT driver, pins etc here:
|
||||
; Define the TFT driver, pins etc. here:
|
||||
-DST7789_DRIVER=1
|
||||
-DTFT_WIDTH=128
|
||||
-DTFT_HEIGHT=160
|
||||
|
@@ -33,7 +33,7 @@ board_build.f_cpu = 133000000L
|
||||
build_flags =
|
||||
-Os
|
||||
-DUSER_SETUP_LOADED=1
|
||||
; Define the TFT driver, pins etc here:
|
||||
; Define the TFT driver, pins etc. here:
|
||||
-DTFT_PARALLEL_8_BIT=1
|
||||
-DRM68120_DRIVER=1
|
||||
-DRP2040_PIO_CLK_DIV=1
|
||||
|
Reference in New Issue
Block a user