mirror of
https://github.com/YuzuZensai/MCUFRIEND_kbv.git
synced 2026-01-30 20:24:15 +00:00
v 2.9 release notes
This commit is contained in:
@@ -1,23 +1,30 @@
|
||||
CHANGE HISTORY:
|
||||
|
||||
Will Never Happen:
|
||||
ILI9327 vertical scroll will ALWAYS be limited in Landscape and Portrait_Rev
|
||||
ST7781 vert scroll is not implemented
|
||||
R61520 vert scroll is not possible
|
||||
ST7781 vert scroll is not implemented
|
||||
ILI9320, 9325, ... can never vert scroll sub-window
|
||||
Itead CPLD with ID=0x3082 ... will never work
|
||||
|
||||
To Be Fixed:
|
||||
GLUE Demo seems ok now
|
||||
|
||||
v2.81: posted ....... NOT YET
|
||||
v2.9: posted 05 June 2016
|
||||
MCUFRIEND_kbv.cpp:
|
||||
SSD1963 fixed aspects.
|
||||
Added pushCommand() method to send block of 8-bit SRAM data to MIPI controller
|
||||
SSD1963 fixed aspects.
|
||||
Added ILI9302
|
||||
Added ILI9338
|
||||
Added HX8347-I
|
||||
Added R61520
|
||||
ILI9327 defaults to shifted band in REV modes. #define OFFSET_9327
|
||||
Conditional S6D0139. #define SUPPORT_0139 Untested
|
||||
Conditional HX8347-A. #define SUPPORT_8347A Untested
|
||||
Conditional HX8347-I. #define SUPPORT_8347D
|
||||
Conditional SSD1289. #define SUPPORT_1289
|
||||
UTFTGLUE.h:
|
||||
implement drawBitmap() method. (no rotations)
|
||||
|
||||
LCD_ID_readreg.ino:
|
||||
write(0xB0, 0x00) after hardware Reset to read manufacturer locations.
|
||||
added some extra registers.
|
||||
v2.8: posted 26 February 2016
|
||||
MCUFRIEND_kbv.cpp: LANDSCAPE is now 90 degrees instead of 270 degrees
|
||||
methods branch on MIPI / 9320 style
|
||||
|
||||
@@ -19,9 +19,9 @@ Most of them will write some text to the Serial window (9600 baud). The BMP ex
|
||||
An Adafruit constructor(cs, rs, wr, rd, rst) IGNORES any arguments. i.e. it only uses the shield control pins
|
||||
|
||||
10. It currently supports UNO shields with "mcufriend.com" pcbs with controllers:
|
||||
----- HX8347-A 240x320 ID=0x8347 new Untested
|
||||
HX8347-D 240x320 ID=0x4747
|
||||
HX8347-I 240x320 ID=0x9595
|
||||
----- HX8347-A 240x320 ID=0x8347 #define SUPPORT_8347A new Untested
|
||||
HX8347-D 240x320 ID=0x4747 #define SUPPORT_8347D
|
||||
HX8347-I 240x320 ID=0x9595 #define SUPPORT_8347D
|
||||
ILI9302 240x320 ID=0x9302
|
||||
ILI9320 240x320 ID=0x9320
|
||||
ILI9325 240x320 ID=0x9325
|
||||
@@ -38,11 +38,12 @@ RM68090 240x320 ID=0x6809
|
||||
R61505V 240x320 ID=0xB505
|
||||
R61505W 240x320 ID=0xC505 new Untested
|
||||
R61509V 240x400 ID=0xB509
|
||||
R61520 240x320 ID=0x1520
|
||||
----- S6D0139 240x320 ID=0x0139 removed due to lack of tester
|
||||
S6D0154 240x320 ID=0x0154
|
||||
SPFD5408 240x320 ID=0x5408
|
||||
SSD1963 800x480 ID=0x1963
|
||||
SSD1289 240x320 ID=0x1289
|
||||
SSD1289 240x320 ID=0x1289 #define SUPPORT_1289
|
||||
ST7781 240x320 ID=0x7783
|
||||
ST7789V 240x320 ID=0x7789
|
||||
|
||||
|
||||
Reference in New Issue
Block a user