2024-04-25 12:24 AM - edited 2024-04-25 12:27 AM
Hello,
what do I have to change in the code so that I see something on the oled display 0x78?
Maybe someone has a tip for me
Thanks :)
2024-04-25 03:06 AM
Did you update the screen after calling ssd1306_WriteString?
ssd1306_UpdateScreen();
2024-04-25 04:13 AM
Yes, I have. There is nothing on the screen
2024-04-25 04:41 AM - edited 2024-04-25 04:41 AM
Well, you have only given us what you consider to be a sufficient part of your programme. For example, have you included the header file with the fonts?
You could also test whether you can fill with black, for example, after filling with white (using a debugger and a breakpoint or some delay in between). You'll probably even be able to see something, as you're currently writing in white on a white background with the programme part mentioned above...