11-01-2024, 12:35 PM
I managed to do it by adding a new controller just for my app, taking inspiration from the Timer app.
The controllers implementations live in src/components, the structure that holds them all is in src/displayapp/Controllers.h, and they are created / stored by src/displayapp/DisplayApp.{h,cpp}
The controllers implementations live in src/components, the structure that holds them all is in src/displayapp/Controllers.h, and they are created / stored by src/displayapp/DisplayApp.{h,cpp}