[ion/device/display] Add inversion commands

This commit is contained in:
Romain Goyet
2019-02-13 15:35:22 +01:00
parent ce560b3e40
commit 990ff9fcbf

View File

@@ -38,6 +38,8 @@ enum class Command : uint16_t {
Reset = 0x01,
SleepIn = 0x10,
SleepOut = 0x11,
DisplayInversionOff = 0x20,
DisplayInversionOn = 0x21,
DisplayOff = 0x28,
DisplayOn = 0x29,
ColumnAddressSet = 0x2A,