mirror of https://github.com/arendst/Tasmota.git
Merge pull request #11983 from Jason2866/udisplay
rename dispdesc.txt to display.ini
This commit is contained in:
commit
6b56cc9da3
|
@ -0,0 +1,39 @@
|
|||
:H,ILI9342,320,240,16,SPI,1,5,18,23,15,-1,-1,38,40
|
||||
:S,2,1,3,0,100,100
|
||||
:B,60,1
|
||||
:I
|
||||
EF,3,03,80,02
|
||||
CF,3,00,C1,30
|
||||
ED,4,64,03,12,81
|
||||
E8,3,85,00,78
|
||||
CB,5,39,2C,00,34,02
|
||||
F7,1,20
|
||||
EA,2,00,00
|
||||
C0,1,23
|
||||
C1,1,10
|
||||
C5,2,3e,28
|
||||
C7,1,86
|
||||
36,1,48
|
||||
37,1,00
|
||||
3A,1,55
|
||||
B1,2,00,18
|
||||
B6,3,08,82,27
|
||||
F2,1,00
|
||||
26,1,01
|
||||
E0,0F,0F,31,2B,0C,0E,08,4E,F1,37,07,10,03,0E,09,00
|
||||
E1,0F,00,0E,14,03,11,07,31,C1,48,08,0F,0C,31,36,0F
|
||||
21,80
|
||||
11,80
|
||||
29,80
|
||||
:o,28
|
||||
:O,29
|
||||
:A,2A,2B,2C,16
|
||||
:R,36
|
||||
:0,08,00,00,00
|
||||
:1,A8,00,00,01
|
||||
:2,C8,00,00,02
|
||||
:3,68,00,00,03
|
||||
:i,21,20
|
||||
:TI2,38,22,21
|
||||
:B,60,0
|
||||
#
|
|
@ -2,12 +2,12 @@ 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.
|
||||
to select a display rename the file to "display.ini" 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
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue