Skip to content

Exploration of code concepts for Arduino based loggers using more than one OLED display screen.

Notifications You must be signed in to change notification settings

EKMallon/Dual-ssd1306-OLED

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

Adding Dual ssd1306 OLED displays to your Arduino logger

See blog post at: https://thecavepearlproject.org/2020/11/15/adding-two-oled-displays-to-your-arduino-logger-with-no-library/

This is a mash up of different code concepts for Arduino projects using two 0.96" I2C screens simultaneously. It builds upon Julian Iletts shift-out method for displaying text on SPI displays: https://www.youtube.com/watch?v=RAlZ1DHw03g&list=PLjzGSu1yGFjXWp5F4BPJg4ZJFbJcWeRzk&ab_channel=JulianIlett and I've adapted that to store fonts in the internal eeprom & updated it to work with the standard wire.h library. The function plotter is by David Johnson-Davies http://www.technoblogy.com/show?2CFT tweaked slightly to add dashed lead lines in the background. The horizontal progress bar function is by Edward Mallon.

 

This code is not optimized, and has much duplication that could be eliminated for efficiency. It is intended primarily to provide extension activities for students working with our '2020 Classroom Logger' @
https://thecavepearlproject.org/2020/10/22/pro-mini-classroom-datalogger-2020-update/

About

Exploration of code concepts for Arduino based loggers using more than one OLED display screen.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages