-
Notifications
You must be signed in to change notification settings - Fork 245
add heltec meshpocket board. #713
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
Conversation
variants/mesh_pocket/target.h
Outdated
| const char* getSettingName(int i) const override; | ||
| const char* getSettingValue(int i) const override; | ||
| bool setSettingValue(const char* name, const char* value) override; | ||
| }; |
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.
Are there plans to customise SensorManager? If not, you can just declare:
extern SensorManager sensors;
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.
The sensor section has been removed.
| display.print(str); | ||
| } | ||
|
|
||
| void GxEPDDisplay::fillRect(int x, int y, int w, int h) { |
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.
Just wondering why offset_x and offset_y are only applied in setCursor()?
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.
offset_x and offset_y only affect the text cursor position, making it easy to uniformly adjust the text area, while graphics drawing maintains the original coordinates for precise control.
|
It has been re-adapted according to commit #722. |
|
Still works good on TEcho, no regressions from the changes ... good work ! @Quency-D you might consider adding the following flags for meshpocket
|
Thank you very much for your suggestions, that's great. I've modified both. |
I have tested that my proposed changes behave as described.
I have tested that my proposed changes do not cause any obvious regressions on the following devices: