-
Notifications
You must be signed in to change notification settings - Fork 71
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
Yet another DrawTarget
is not implemented for `Ssd1306<SPIInterface<Spi...
#187
Comments
I'm experiencing the same issue with Cargo.tom[dependencies]
ssd1306 = { git = "https://github.com/jamwaffles/ssd1306.git", branch = "master" } I think the problem is compatibility with the version of |
No I do not, mine is compiling just fine. This issue could be related to the combination of the crate and the HAL that You're using. As I said, with esp-rs hal, everything is compiling. |
The newly released version @axoulc You could see if it works with this version and doesn't throw the linking error. |
Yes it works but when I compile it in release mode ! |
I am also compiling it in release mode, I forgot to mention it... I'm glad that now it is working |
ssd1306
in use: 0.7.1Description of the problem
I'm trying to print "Hello Rust!" on my oled in buffered graphics mode wich already work with a C program. I found other user with the same problem #186 but my font is configured with
BinaryColor
.I hope that someone can helps me !!
Test case
Code
Error
The text was updated successfully, but these errors were encountered: