diff --git a/docs/README.md b/docs/README.md index 6c95eb32..57ca7f15 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1 +1 @@ -You can find the documentation on this site: [https://fvanroie.github.io/hasp-lvgl/](https://fvanroie.github.io/hasp-lvgl/) \ No newline at end of file +You can find the documentation on this site: [https://fvanroie.github.io/hasp-docs/](https://fvanroie.github.io/hasp-docs/) diff --git a/user_setups/lcd_config.ini b/user_setups/lcd_config.ini index 3fec8f35..b4301e93 100644 --- a/user_setups/lcd_config.ini +++ b/user_setups/lcd_config.ini @@ -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