diff --git a/docs/displays/MHS4001.md b/docs/displays/MHS4001.md index 630fdd14..a0e4954c 100644 --- a/docs/displays/MHS4001.md +++ b/docs/displays/MHS4001.md @@ -29,6 +29,9 @@ Pin |Function |ESP32 Pin |Config Name|Display Pin | SPI MISO, MOSI and SCLK are shared between the touch controller and the lcd controller. ## LCD Configuration + +The `lcd_config.ini` file specifies the different properties of the display, except for the actual pin configuration: + ```ini raspberrypi = -D RPI_DISPLAY_TYPE=1 @@ -44,6 +47,9 @@ raspberrypi = ``` ## HASP build_flags + +Specify the LCD Configuration to use and define the 7 GPIOs in the environment build flags: + ``` build_flags = ${flags.esp32_flags} diff --git a/docs/displays/MRB3511.md b/docs/displays/MRB3511.md index 4e75258b..04cfab43 100644 --- a/docs/displays/MRB3511.md +++ b/docs/displays/MRB3511.md @@ -33,7 +33,10 @@ You need to desolder the 0R resistor on the back side of the panel from the 16-b There are no pins shared between the touch controller and the lcd controller. -## ${lcd.mrb3511} config: +## LCD Configuration + +The `lcd_config.ini` file specifies the different properties of the display, except for the actual pin configuration: + ```ini mrb3511 = -D ESP32_PARALLEL=1 @@ -47,6 +50,9 @@ mrb3511 = ``` ## HASP build_flags + +Specify the LCD Configuration to use and define the 17 GPIOs in the environment build flags: + ``` build_flags = ${flags.esp32_flags} diff --git a/docs/displays/Waveshare_40RPi_LCD(C).md b/docs/displays/Waveshare_40RPi_LCD(C).md index 0c92ab54..6d496c7b 100644 --- a/docs/displays/Waveshare_40RPi_LCD(C).md +++ b/docs/displays/Waveshare_40RPi_LCD(C).md @@ -32,6 +32,9 @@ Other revisions of this board do not have this feature. SPI MISO, MOSI and SCLK are shared between the touch controller and the lcd controller. ## LCD Configuration + +The `lcd_config.ini` file specifies the different properties of the display, except for the actual pin configuration: + ```ini raspberrypi = -D RPI_DISPLAY_TYPE=1 @@ -47,6 +50,9 @@ raspberrypi = ``` ## HASP build_flags + +Specify the LCD Configuration to use and define the 7 GPIOs in the environment build flags: + ``` build_flags = ${flags.esp32_flags}