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

Funky font ? #3

Open
Synless opened this issue Jan 17, 2018 · 2 comments
Open

Funky font ? #3

Synless opened this issue Jan 17, 2018 · 2 comments

Comments

@Synless
Copy link

Synless commented Jan 17, 2018

Your font has 3 lines with 0x00 is that why all chars look cropped on the top and bottom on a 128x32 OLED ?
Board : NodeMCu ttgo

@GitJer
Copy link

GitJer commented Jan 28, 2018

Same here on a 128x64 OLED on an esp8266.

@thefatmoop
Copy link

thefatmoop commented Mar 4, 2018

For an OLED that's 128x32, in OLED.cpp change
sendcommand(0x12); //COMSCANDEC
to
sendcommand(0x02); //COMSCANDEC

also when you display.print you'll need to start on column 4 and end on column 7
display.print("top of display",4,0);

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

No branches or pull requests

3 participants