ribasco / u8g2-rpi-demo

This is a demo for using the U8G2 library on the Raspberry Pi
Apache License 2.0
29 stars 6 forks source link

Added support for I2C and demo using ssd1327_i2c_ea_w128128 #5

Closed softgraph closed 3 years ago

softgraph commented 3 years ago

@ribasco I added support for I2C to your u8g2-rpi-demo. Please review it. I tested it with Zio Qwiic OLED Display and added demo for the display using ssd1327_i2c_ea_w128128. I also updated main.cpp to make drawBannerText work with the display.

ribasco commented 3 years ago

Looks good. Compiled successfully on my end. Unfortunately I do not have any Pis available to test this, but I trust that you have.