Skip to content
/ UTFT Public
forked from dgolda/UTFT

Modified UTFT library working with ILI9327 8-bit for example 3.5" TFT LCD from mcufriend.com

Notifications You must be signed in to change notification settings

Nulista/UTFT

 
 

Repository files navigation

Unofficial version of UTFT library

This UTFT library original written by Henning Karlsen (see: http://www.henningkarlsen.com/electronics/library.php?id=51) is modified by Damian Golda (based on NIC work) to support 3.5" TFTLCD for Arduino MEGA (2560) from mcufriend.com (ILI9327 8 bit with customized timings etc).

Tested on Arduino MEGA clone and 3.5" TFTLCD for arduino 2560 from mcufriend.com

This version IS NOT SUPPORTED by Henning Karlsen. If you have problems - create issue on GitHub.

Instalation

  1. If you have installed original UTFT from Henning Karlsen, then first remove (or rename) UTFT frolder from Arduino Library folder
  2. "Download":https://github.com/dgolda/UTFT/archive/master.zip the Master branch from gitHub.
  3. Unzip and modify the Folder name to "UTFT" (Remove the '-master')
  4. Paste the modified folder on your Library folder (On your Libraries folder inside Sketchbooks or Arduino software).

To test your display - open in Arduino IDE: Examples, UTFT, Arduino (AVR), UTFT_Demo_400x240.ino

Or make your own sketch using NIC35WS driver:

UTFT myGLCD(NIC35WS,38,39,40,41); //3.5" TFTLCD for arduino 2560 from mcufriend.com

History

  • version 1.0 of original library from Henning Karlsen was modified by unknown author(s) to support 3.5" TFTLCD for arduino 2560 from mcufriend.com
  • merge changes from version 1.3, all customized code was put in conditional directives
  • merge changes from version 2.1
  • merge changes from version 2.41
  • merge changes from version 2.76
  • merge changes from version 2.77
  • merge changes from version 2.78

About

Modified UTFT library working with ILI9327 8-bit for example 3.5" TFT LCD from mcufriend.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 57.7%
  • Other 23.0%
  • Processing 9.9%
  • C++ 9.4%