-
-
Notifications
You must be signed in to change notification settings - Fork 511
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
SW-SPI over Patch Method. #1291
base: master
Are you sure you want to change the base?
Conversation
Besteht überhaupt ein Interesse an der ePaper Integration in OpenDTU @tbnobody ? |
Yes, we are waiting for it ! |
What is the current status of the merge? |
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.
Due to lack of details of the inner parts of the project I cannot judge the split of the split into two different display classes. Besides removing -Werror the rest of the change looks good to me.
@tbnobody It'd be great if you could have a look as well. This is a really great addition to the project.
GxEPD2_GFX* _display; | ||
}; | ||
|
||
extern DisplayEPaperClass DisplayEPaper; |
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.
I cannot tell whether or not memory is limited. If memory is limited the different display classes could go into a union and get initialized with a placement new.
@@ -24,11 +24,17 @@ platform = [email protected] | |||
build_flags = | |||
-DCOMPONENT_EMBED_FILES=webapp_dist/index.html.gz:webapp_dist/zones.json.gz:webapp_dist/favicon.ico:webapp_dist/favicon.png:webapp_dist/js/app.js.gz | |||
-DPIOENV=\"$PIOENV\" | |||
-Wall -Wextra -Werror | |||
-Wall -Wextra ;-Werror |
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.
Which part of the change generate warnings? Those should be fixed instead of just disabling warnings as errors to keep compile output readable.
@3PrintD-Solution @dAjaY85 This PR is superseeeded by #1703 with the changes applied to master a and a few issues fixed. |
This is the SW-SPI Version, with the ahoy patch method, modified for OpenDTU!