Skip to content
forked from Skallwar/GSL1680

Arduino driver for GSL1680 - For anthology, this is my first real piece of code

License

Notifications You must be signed in to change notification settings

rtek1000/GSL1680_

 
 

Repository files navigation

GSL1680 Arduino driver

This project is not in active development since I don't have the hardware anymore, but if a bug is found, please consider opening an issue or a pull request

pin function Arduino Uno
1 SCL A5
2 SDA A4
3 VDD (3v3) 3v3
4 Wake 4
5 Int 2
6 Gnd GND

Warning : Firmware is really heavy so this library cannot be used in some Arduino boards

[Tested with ESP32 DEV KIT V1]

  • Note: Wake pin is optional
  • INT pin is recommended, or multiple readings must be made to be sure of the data.

Thanks

Information gleaned from https://github.com/rastersoft/gsl1680 and various other sources Firmware for the specific panel was found here: http://www.buydisplay.com/default/5-inch-tft-lcd-module-800x480-display-w-controller-i2c-serial-spi Use part of wolfmanjm source code: https://github.com/wolfmanjm/GSL1680

About

Arduino driver for GSL1680 - For anthology, this is my first real piece of code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.0%
  • C++ 3.0%