some code and optical cleanup

This commit is contained in:
sharandac
2020-07-30 14:52:36 +02:00
parent 9b94b63574
commit 34f7259e26
20 changed files with 106 additions and 60 deletions

View File

@@ -83,5 +83,11 @@
* @return lv_style_t
*/
lv_style_t *mainbar_get_style( void );
/*
* @brief get main tile switch style
*
* @return lv_style_t
*/
lv_style_t *mainbar_get_switch_style( void );
#endif // _MAINBAR_H