Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

FREEWING-JP
Copy link

Add support for SSD1306 64x32 0.49 inch oled display .

Tested with

  • I2C OLED SSD1306 64x32 0.49 inch
  • RP2040 I2C
  • ESP32-S2 I2C

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
Copy link
Owner

greiman commented Apr 16, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants