mirror of
https://github.com/skoelle/m5stack-dashboard.git
synced 2026-09-18 09:00:24 +00:00
6 lines
165 B
C++
6 lines
165 B
C++
// Copyright (c) 2026 Stefan Koelle (https://stefankoelle.de) - MIT License
|
|
#pragma once
|
|
|
|
void renderHomeScreen(bool forceRefresh = false);
|
|
void updateHomeScreen();
|