1d3742e14f
new navigation add some color to the apps redesign menus new settings menu new quick settings code clean up size reduction by converting navigation images to font and more...
11 lines
323 B
C++
11 lines
323 B
C++
#pragma once
|
|
namespace Pinetime {
|
|
namespace Applications {
|
|
namespace Display {
|
|
enum class Messages : uint8_t {
|
|
GoToSleep, GoToRunning, UpdateDateTime, UpdateBleConnection, UpdateBatteryLevel, TouchEvent, ButtonPushed,
|
|
NewNotification, BleFirmwareUpdateStarted, UpdateTimeOut
|
|
};
|
|
}
|
|
}
|
|
} |