Tasmota/tasmota/displaydesc
s-hadinger 61cecdef2f
Udisplay finegrain delay (#11894)
* uDisplay add 10ms delay and log

* Silly bug

Co-authored-by: Stephan Hadinger <stephan.hadinger@gmail.com>
2021-04-26 13:49:42 +02:00
..
ILI9341_desc.txt update universal display 2021-04-16 19:36:45 +02:00
ILI9342_desc.txt fix ili9342 inversion 2021-04-17 07:54:10 +02:00
ILI9488_desc.txt update universal display 2021-04-16 19:36:45 +02:00
SD1306_desc.txt update universal display 2021-04-16 19:36:45 +02:00
SH1106_desc.txt update universal display 2021-04-16 19:36:45 +02:00
SSD1331_desc.txt add loadable fonts 2021-04-18 09:20:54 +02:00
SSD1351_desc.txt add loadable fonts 2021-04-18 09:20:54 +02:00
ST7789_desc.txt Udisplay finegrain delay (#11894) 2021-04-26 13:49:42 +02:00
WS_epaper29_desc.txt update universal display 2021-04-16 19:36:45 +02:00
WS_epaper42_desc.txt add epaper 4.2 desc 2021-04-19 17:05:24 +02:00
readme.md add epaper 4.2 desc 2021-04-19 17:05:24 +02:00

readme.md

Display Descriptor files for use with universal display driver. 4 (3) options to select a display driver

  1. file system driven if UFILESYSTEM is in place (preferred option for normal use) to select a display rename the file to "dispdesc.txt" and put into flash file system.
  2. scripter driven as a special section >d in scripter. copy the file to a script section >d and place a ->displayreinit cmd into the >B section (preferred for developing or modifying display driver)
  3. rule buffer 3 driven copy descriptor to rule buffer number 3 but do not enable rule 3
    (descriptor may not contain ANY spaces in this mode) (4.) compile the descriptor into driver. convert the file to a const char array and place into source xdsp_universal.ino and replace the example array there + #define DSP_ROM_DESC

for further info about display descriptors read the tasmota docs display part.

the current files define the standard resolutions. if you change the resolution settings sometimes you also have to change some register values in the init or address map section