-
Notifications
You must be signed in to change notification settings - Fork 56
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
SSD1306 for CH32V003j4m6 error ! #146
Comments
Seems like you found that the Adafruit SSD1306 library is not supporting the CH32 core (yet).
The file You may get further in compiling this by adding What is your project about? Are you just experimenting? BTW: Recently the @hathach added support for Adafruit qtpy ch32v203 board. In this post @ladyada commented that currently no support for other libraries is planned, but that PR's for CH32 support are welcome to be submitted. |
I just experimenting but library ssd1306 does not support for CH32v003j4m6 :((( |
Use the SSD1306ASCII library by Bill Greiman; it works with the CH32V003. |
so good, but .... have to take up more memory :( |
|
I use library library Adafruit SSD1306 version 2.5.10 for CH32V003j4m6 , when compiling : " fatal error: util/delay.h: no such file or directory #include <util/delay.h> "
The text was updated successfully, but these errors were encountered: