Skip to content

Update Dashboard #442

Answered by davetcc
adhossain asked this question in Q&A
Jan 8, 2024 · 2 comments · 5 replies
Discussion options

You must be logged in to vote

You have a few possibilities here, from taking over the display and doing your own drawing, to using a dashboard.

Take a look at the examples, they show all the various ways of handling display take-over. In short, instead of writing your code in loop, you'd write your code in the callback you setup with takeOverDisplay when the renderer calls you. Many of the examples show off this functionality, here are a few that spring to mind:

In stm32DuinoDemo it uses the object-oriented way of working.

In analogJoystick1306Ascii it uses a callback function that is called frequently to to the drawing.

Lastly, in picoAdafruitDashboard it uses the dashboard approach.

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by adhossain
Comment options

You must be logged in to vote
5 replies
@davetcc
Comment options

@davetcc
Comment options

@adhossain
Comment options

@adhossain
Comment options

@davetcc
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants