Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 527 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 527 Bytes

Oled-Monitor

Adds 2 commands to be used in your Arduino sketch to easily print to the Adafruit 128x32 i2c OLED screen. In fact it is like you're using the OLED screen as output instead of the Serial monitor !

Written by maicod in 2021

License

Copyright (c) 2021 maicod. All rights reserved.

This code is open source. It is released under the MIT License. Please see the included LICENSE.txt file for more information.

Dependencies

Uses the SPI, Wire , Adafruit_GFX and Adafruit_SSD1306 libraries.