-
Notifications
You must be signed in to change notification settings - Fork 70
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 with rtic 1.0.0 #164
Comments
Thanks for the detailed issue! I don't have much spare time at the moment but I'll look at reproducing your issue when I can :) |
I'm trying to do something similar to the above code. The problem seems to come from passing the A workaround is to build the text style in the task itself. |
Thanks @afternoon for pointing out this workaround. I have now re-enabled ssd1306 code in several examples and all are compiling. I'll get around to testing on hardware sometime soon. |
@pdgilbert I am also using the Blackpill board which is based on that STM32F411CEU6 and RTIC v2.0. |
I have made this work with |
I have now compiled examples using |
It seems likely that |
(some relationship with #162.)
ssd1306
in use: recent gitblackpill 411
using a recent git version ofstm32f4xx_hal
(no-std
)shared-bus
Description of the problem/feature request/other
I am trying to use
ssd1306
withrtic v1.0.0
and am stuck on two errors. One is a trait problem with thedraw
method trying to write on the displayClick to expand
The other is a problem with something not being thread safe.
Click to expand
I do have a similar non-
rtic
example working withstm32f4xx_hal
, so this is anrtic
specific problem.Test case
Click to expand code
Click to expand Cargo.toml
The text was updated successfully, but these errors were encountered: