2018-05-14 23:02:20 +01:00
2018-05-09 15:30:17 +01:00
2018-05-14 23:02:20 +01:00
2016-06-20 07:51:05 +01:00
2016-03-15 21:03:51 +00:00
2017-09-20 22:42:27 +01:00
2018-05-09 15:30:17 +01:00
2018-05-09 15:29:26 +01:00
2017-01-30 21:26:12 +00:00
2018-02-10 08:38:20 +00:00
2018-04-29 14:09:15 +01:00

#MCUFRIEND_kbv Library for Uno 2.4, 2.8, 3.5, 3.6, 3.95 inch mcufriend Shields

  1. The Arduino Library Manager should find and install MCUFRIEND_kbv library

  2. Install the Adafruit_GFX library if not already in your User libraries.

  3. Insert your Mcufriend style display shield into UNO. Only 28-pin shields are supported.

  4. Build any of the Examples from the File->Examples->Mcufriend_kbv menu. e.g.

graphictest_kbv.ino: shows all the methods.

LCD_ID_readreg.ino: diagnostic check to identify unsupported controllers.

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() access the controller registers

The File layout changed with v2.9.3. If replacing a pre-v2.9.3 library: Please leave IDE. Delete the existing MCUFRIEND_kbv folder. Start the IDE. Install from Library Manager.

HOW TO INSTALL AND USE: is now in "mcufriend_how_to.txt"

CHANGE HISTORY: is now in "mcufriend_history.txt"

Description
No description provided
Readme 1.7 MiB
Languages
C 67.1%
C++ 31.9%
sed 1%