Random splash on boot (#2961)

This commit is contained in:
Pezsma
2026-02-16 17:52:47 +01:00
committed by GitHub
parent 290bf543a1
commit 266db4b158
10 changed files with 164 additions and 41 deletions
+2 -1
View File
@@ -366,7 +366,8 @@ class SplashScreenView : public View {
Button button_done{
{screen_width, 0, 1, 1},
""};
// BMPViewer bmp_view{ {0, 0, screen_width, screen_height - 16}};
uint32_t myrand(uint32_t* state);
void get_random_splash_file(std::filesystem::path& path);
};
class ReceiversMenuView : public BtnGridView {