-
Notifications
You must be signed in to change notification settings - Fork 32
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
OLED with i2c font more then 2 is not display #2
Comments
Can you provide a simplest sample code to reproduce this issue? |
// I am trying belo code i am using monochrome OLED 128x32 with esp32 and eclipse idf. if i am trying to use ssd1306_select_font(0, 1); -->0 is panel id and 1 is font it is printing fine but i want to increase bigger font then it is not print any thing like ssd1306_select_font(0, 2); not work void app_main() {
} |
its not work at alla for me i have ; E (314) OLED: oled init failed |
I am trying to use OLED with i2c it is display but when I am trying to display equal or more then 2 font it is not display.
and please tell us how to us scroll and other things with this library.
The text was updated successfully, but these errors were encountered: