Add home screen (#42)

## Summary

* Add home screen
* Sits as new root screen, allows for navigation to settings or file
list
This commit is contained in:
Dave Allie
2025-12-17 20:47:43 +11:00
committed by GitHub
parent 973d372521
commit 11f01d3a41
7 changed files with 151 additions and 15 deletions

View File

@@ -98,7 +98,7 @@ void EpubReaderScreen::handleInput() {
}
if (inputManager.wasPressed(InputManager::BTN_BACK)) {
onGoHome();
onGoBack();
return;
}