-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Cannot get SH1122 to display (Tests with ESP32, Arduino Uno, ATmega32u4) #1989
Comments
In general those protoboards are not that reliable, but well... |
|
Did you use one of the existing examples from u8g2? Or: Which exact code did you use for testing? |
I changed nothing minus removing the comment-out for the proper constructor. Using the bundled page buffer examples. |
Probably you might need to update the pins. All in all information is little bit less to support... |
i have same problem |
without further information I am not able to say anything. What is the problem? How does your constructor look like? How is your display connected to which board? |
im using arduino nano okay and im using U8G2_SH1122_256X64_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=/ 10, / dc=/ 9, / reset=*/ 8); Display does't show anything |
okay , display is working but another issue, i wrote command to display box from 0,0 to 256,64 and its only showing first 8 rows u feel me, idk U8G2_SH1122_256X64_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=/10, / dc=/9, / reset=*/8); void setup() u8g2.sendBuffer(); |
You need to use the picture loop output because your did use the Use the firstPage / nextPage commands: |
Thanks 🙏🙏 You really saved me |
Hello,
After my disappointing experience with the SSD1322 256x64 OLEDs I decided by then try a similar but smaller display--2.08" SH1122 OLEDs. I ordered two pieces in case one fails.
Neither function. I have made sure that 16-bit mode is enabled in u8g2.h, the pins are mapped correctly, and that the voltages going into the display's pins are 3v3 nominal.
In these examples I am trying the GraphicsTest example. I have also attempted the HelloWorld example, which similar fails.
On the AVR platforms I simply do not get a display out at all. (Same result with a Pro Micro board, which uses the 32u4). See below:
On the ESP32 I get something, but nothing that it should display. Just a white noisy screen.
8mb.video-VAz-K2bbzldf.mp4
What am I doing wrong? I would really appreciate some help.
The text was updated successfully, but these errors were encountered: