5#include "ScreenTransition.h"
The core class that handles registration, transitions and of course, calling the screen's draw() meth...
Definition: ScreenManager.h:16
Abstract class that resolves screen transitions (ie moving Next, Back or to a new screen)....
Definition: ScreenRouter.h:11
virtual uint8_t resolveScreen(uint8_t current, const TransitionIntent &intent)=0
Resolve a screen transition intent's validity. Can return 0 or the the requested id (no objection),...
The type of transition and an optional requested screen name.
Definition: ScreenTransition.h:24