Skip to content

Conversation

@fdlamotte
Copy link
Collaborator

Initial support for SenseCap Indicator on espnow ...

The best part is probably the LVGFX display class, with touch support ;)

@fdlamotte fdlamotte changed the base branch from main to dev October 5, 2025 12:17
class SCIndicatorDisplay : public LGFXDisplay {
LGFX disp;
public:
SCIndicatorDisplay() : LGFXDisplay(480, 480)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The concrete LGFX display instance prob should be passed as constructor param, as it is a dependency required by base class

@ripplebiz ripplebiz merged commit 5b4544b into meshcore-dev:dev Nov 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants