This commit is contained in:
fvanroie 2020-12-29 00:57:51 +01:00
commit b0430c7e7b
2 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
You can find the documentation on this site: [https://fvanroie.github.io/hasp-lvgl/](https://fvanroie.github.io/hasp-lvgl/)
You can find the documentation on this site: [https://fvanroie.github.io/hasp-docs/](https://fvanroie.github.io/hasp-docs/)

View File

@ -56,10 +56,10 @@ st7789v =
-D TFT_WIDTH=240
-D TFT_HEIGHT=320
-D TFT_ROTATION=2 ; see TFT_ROTATION values
-D TFT_INVERSION_ON ; for inverted colors or OFF
; -D TFT_INVERSION_OFF ; for normal colors
-D TFT_RGB_ORDER=TFT_RGB ; Colour order Red-Green-Blue
; -D TFT_RGB_ORDER=TFT_BGR ; Colour order Blue-Green-Red
; -D TFT_INVERSION_ON ; for inverted colors or OFF
-D TFT_INVERSION_OFF ; for normal colors
; -D TFT_RGB_ORDER=TFT_RGB ; Colour order Red-Green-Blue
-D TFT_RGB_ORDER=TFT_BGR ; Colour order Blue-Green-Red
-D SPI_FREQUENCY=80000000
-D SPI_READ_FREQUENCY=6000000
-D USER_SETUP_LOADED=1