FL-819 new first start screen, add multiline text (#318)

* GUI Canvas: get current font height routine
* Dolphin: new start screen. GUI: new multiline element.
* Dolphin: up state version to reset it for everyone
* Dolphin: take maximum of idle screen height
* Dolphin: frames on first start screen.
This commit is contained in:
あく
2021-02-03 12:52:54 +03:00
committed by GitHub
parent 7481cfd6eb
commit cb4fb8e4ae
27 changed files with 109 additions and 22 deletions

View File

@@ -3,6 +3,9 @@
#include <input/input.h>
#include "canvas.h"
#include <stddef.h>
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif