-
Notifications
You must be signed in to change notification settings - Fork 141
rp2xxx: ssd1306 oled display example #646
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
base: main
Are you sure you want to change the base?
Conversation
…ymore - Removed all Enabled enum usage in schmitt trigger and turned them to be bool only - Only GPIO confing uses now the Enabled enum for user-friendly readability
- Remove switch and use logical eval
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's important that examples are compiled so that CI catches breaks. It's okay to add a dependency to the example as it is separate from the actual package. I also see that it is your package, and that is fine, but it needs to have a compatible LICENSE, and the dependency must link to a commit with that license. If you fail to maintain that package in the future and it blocks our CI, this example can be removed.
const time = rp2xxx.time; | ||
const gpio = rp2xxx.gpio; | ||
const i2c = rp2xxx.i2c; | ||
const font8x8 = @import("font8x8"); //zig fetch --save=font8x8 git+https://github.com/Gnyblast/zig-ssd1306-gddram-fonts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add dependency to zon file instead of adding a comment here.
No description provided.