Refactor screen functions, completely fix config not saving bug

This commit is contained in:
Aurora Wright
2017-06-06 02:12:18 +02:00
parent 21db0d45bd
commit 31f4419eec
7 changed files with 35 additions and 52 deletions

View File

@@ -54,8 +54,7 @@ struct fb {
typedef enum
{
INIT_SCREENS_SEQUENCE = 0,
SETUP_FRAMEBUFFERS,
INIT_SCREENS = 0,
CLEAR_SCREENS,
SWAP_FRAMEBUFFERS,
UPDATE_BRIGHTNESS,