Skip to content

A basic (yet fast) graphics library for the Elegoo LCD shield and Arduino Mega 2560.

License

Notifications You must be signed in to change notification settings

tjsangster/ElegooLCDShieldLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ElegooLCDShieldLib

A fast low level graphics library for the Elegoo 2.8" LCD shield and Arduino Mega 2560. Intended to be used as a base for higher level libraries.

Features:

  • Fill screen (much faster than manufacturer included libraries)
  • Clear screen (slightly faster than fill screen)
  • Filled square
  • Scan line objects for quickly drawing more complex shapes

To Compile and Upload Test program (Linux)

With an Arduino Mega 2560 connected to your computer execute the follwing commands:

make 
make install

Editing the makefile may be necessary depending on your setup

About

A basic (yet fast) graphics library for the Elegoo LCD shield and Arduino Mega 2560.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published