projects
/
libam7xxx.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
6033d2f
)
All modes above LOW need both connectors to be plugged in.
author
Reto Schneider <github@reto-schneider.ch>
Tue, 20 Mar 2012 22:36:20 +0000
(23:36 +0100)
committer
Reto Schneider <github@reto-schneider.ch>
Tue, 20 Mar 2012 22:36:20 +0000
(23:36 +0100)
src/am7xxx.h
patch
|
blob
|
history
diff --git
a/src/am7xxx.h
b/src/am7xxx.h
index
df305e5
..
80be031
100644
(file)
--- a/
src/am7xxx.h
+++ b/
src/am7xxx.h
@@
-99,9
+99,9
@@
typedef enum {
typedef enum {
AM7XXX_POWER_OFF = 0, /**< Display is powered off, no image shown. */
AM7XXX_POWER_LOW = 1, /**< Low power consumption but also low brightness. */
typedef enum {
AM7XXX_POWER_OFF = 0, /**< Display is powered off, no image shown. */
AM7XXX_POWER_LOW = 1, /**< Low power consumption but also low brightness. */
- AM7XXX_POWER_MIDDLE = 2, /**< Middle level of brightness. */
+ AM7XXX_POWER_MIDDLE = 2, /**< Middle level of brightness.
This and upper modes need both the Master and Slave USB connectors plugged.
*/
AM7XXX_POWER_HIGH = 3, /**< More brightness, but more power consumption. */
AM7XXX_POWER_HIGH = 3, /**< More brightness, but more power consumption. */
- AM7XXX_POWER_TURBO = 4, /**< Max brightness and power consump
rion. This may need both the Master and Slave USB connectors plugged
. */
+ AM7XXX_POWER_TURBO = 4, /**< Max brightness and power consump
tion
. */
} am7xxx_power_mode;
/**
} am7xxx_power_mode;
/**