-
Notifications
You must be signed in to change notification settings - Fork 22
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
[bug] I2C OLED display build error with Silicon Labs xG24 Explorer Kit #97
Comments
I found another Library: |
Hi @lboue, Please modify this line Let me know if it works! It should compile, but I'm not sure about the screen functionality (unfortunately, I don't have this screen to test 😢 ). Thanks! |
Thank u too! |
I believe that you mean
|
@lyusupov Good catch! thanks! |
@leonardocavagnis |
@lyusupov sure! |
I don't think it needs to be modified - it's correct as it is. |
@lyusupov Thanks, I stand corrected! Indeed we define it - my search just missed it in platform.txt because it's like this: |
Hardware
Silicon Labs xG24 Explorer Kit
Core version
2.1.0
Arduino IDE version
2.3.3
Operating system
Windows 11
Radio stack variant
Matter
OpenThread Border Router device (if using Matter)
No response
Issue description
Detailed description of the issue
Hello,
I would use I2C OLED display example to print pairing QRcode with my Silicon Labs xG24 Explorer Kit.
I am using the Adafruit_SSD1306 library
I'm trying to decide whether to correct it in the code or in the screen library.
Regards
Serial output
No response
RTT output (if using Matter)
No response
Minimal reproducer code
https://github.com/adafruit/Adafruit_SSD1306/blob/master/examples/ssd1306_128x64_i2c/ssd1306_128x64_i2c.ino
The text was updated successfully, but these errors were encountered: