mirror of
https://github.com/YuzuZensai/MCUFRIEND_kbv.git
synced 2026-01-06 04:32:38 +00:00
add links to Adafruit tutorials
This commit is contained in:
@@ -17,6 +17,14 @@
|
|||||||
9. Any Adafruit sketch should work with the MCUFRIEND_kbv constructor() but should allow extra ID values
|
9. Any Adafruit sketch should work with the MCUFRIEND_kbv constructor() but should allow extra ID values
|
||||||
An Adafruit constructor(cs, rs, wr, rd, rst) IGNORES any arguments. i.e. it only uses the shield control pins
|
An Adafruit constructor(cs, rs, wr, rd, rst) IGNORES any arguments. i.e. it only uses the shield control pins
|
||||||
|
|
||||||
|
MCUFRIEND_kbv inherits all the methods from
|
||||||
|
the Adafruit_GFX class: https://learn.adafruit.com/adafruit-gfx-graphics-library/overview
|
||||||
|
and Print class: https://www.arduino.cc/en/Serial/Print
|
||||||
|
|
||||||
|
The only "new" methods are hardware related:
|
||||||
|
vertScroll(), readGRAM(), readPixel(), setAddrWindow(), pushColors(), readID(), begin()
|
||||||
|
readReg(), pushCommand(), WriteCmdData() access the controller registers
|
||||||
|
|
||||||
10. It currently supports UNO shields with "mcufriend.com" pcbs with controllers:
|
10. It currently supports UNO shields with "mcufriend.com" pcbs with controllers:
|
||||||
HX8347-A 240x320 ID=0x8347 #define SUPPORT_8347A *** Untested ***
|
HX8347-A 240x320 ID=0x8347 #define SUPPORT_8347A *** Untested ***
|
||||||
HX8347-D 240x320 ID=0x4747 #define SUPPORT_8347D
|
HX8347-D 240x320 ID=0x4747 #define SUPPORT_8347D
|
||||||
|
|||||||
Reference in New Issue
Block a user