1
0
Fork 0

QuickSettings: add brief documention comment

This commit is contained in:
Julian Foad 2024-08-26 22:47:06 +01:00
parent 14092ef883
commit aa3401bd52

View file

@ -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>