-
-
Notifications
You must be signed in to change notification settings - Fork 663
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
add support for T3W1 #4250
add support for T3W1 #4250
Conversation
|
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.
utACK
#elif defined(DISPLAY_PANEL_LHS200KB_IF21) | ||
#include "panels/lhs200kb-if21.h" | ||
#define PANEL_INIT_SEQ lhs200kb_if21_init_seq | ||
#define PANEL_ROTATE lhs200kb_if21_rotate |
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.
This is starting to get a bit confusing. I think we could come up with a different approach to handle the various panels, but I don't think we need to change it just now.
@matejcik can you merge please? 🙏🏻 |
…it bus [no changelog]
[no changelog]
[no changelog]
[no changelog]
[no changelog]
[no changelog]
d9a7817
to
06dbeb5
Compare
i squashed and force-pushed, @cepetr please double-check that I did not mess anything up and merge if it's ok |
This PR introduces initial support for T3W1, including emulator build.
The HW support is currently targeted to dev board 1, running on F4 MCU. This will only be supported temporarily. To support this HW LHS200kb display panel is added. No BLE support introduced yet.
Some small preparations/adjustments done in separate commits, namely fixing some issues with 16bit display bus, removing unnecessary button syscalls and few more details.