Skip to content

Jigglebizz/SSD1305

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#SSD1305 Library#

SSD1305 allows you to interface with SSD1305-based displays via Arduino Due's SPI port. Sorry, this is Due-only, although you could use this as a base to make one work on your Uno or Mega ;)

You must include <SPI.h> in your sketch file. For optimum performance, attach a timer interrupt to a function that calls clear() and draw() in it.

SSD1305 was created by Michael Hawthorne (Jigglebizz)

About

SSD1305 (used in some OLED's) Display Driver library for Arduino Due

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors