QuickSettings: add brief documention comment
This commit is contained in:
parent
14092ef883
commit
aa3401bd52
1 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,13 @@
|
|||
#pragma once
|
||||
|
||||
// QuickSettings is the screen with four icons:
|
||||
//
|
||||
// - brightness
|
||||
// - torch
|
||||
// - notifications mode
|
||||
// - settings
|
||||
//
|
||||
|
||||
#include <cstdint>
|
||||
#include "displayapp/screens/Screen.h"
|
||||
#include <lvgl/lvgl.h>
|
||||
|
|
Loading…
Reference in a new issue