greiman / SSD1306Ascii

Text only Arduino Library for SSD1306 OLED displays
MIT License
490 stars 120 forks source link

Add support for SSD1306 64x32 0.49 inch oled display #107

Open FREEWING-JP opened 1 year ago

FREEWING-JP commented 1 year ago

Add support for SSD1306 64x32 0.49 inch oled display .

Tested with

How to use it:

// I2C OLED SSD1306 64x32 0.49 inch
#define OLED_I2C_ADDRESS 0x3C
oled.begin(&MicroOLED64x32, OLED_I2C_ADDRESS);

Cimg4219
Cimg4220
Cimg4221

greiman commented 1 year ago

This will appear in the next release together with other mods.

I now have more than one version of the 64x32 0.49 inch display submitted plus other mods to test.