Update for spelling etc. in comments!

This commit is contained in:
Bodmer
2023-12-07 20:35:59 +00:00
parent aefcf5af63
commit d506a3c49d
197 changed files with 1006 additions and 757 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -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