FreeCalypso > hg > fc-tourmaline
annotate targets/luna1.h @ 75:8697f358f505
backlight rework: Condat light driver accepts levels
The present change is another intermediate step on the path toward
new FreeCalypso backlight handling. At this intermediate step the
Condat light driver accepts 0-255 backlight levels driven by MFW,
and puts them out on PWL on Luna development boards. At the same
time on C139 it is now possible to turn on the display backlight
with or without the keypad bl - the lsb of the 0-255 backlight level
controls the keypad bl.
MFW presently drives only 0 and 255 backlight levels, thus there is
no visible behavioral change yet - but the plan for subsequent stages
of this backlight rework is to add a dimmed backlight state
(no keypad bl on C139) during active calls.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 24 Oct 2020 20:44:04 +0000 |
parents | 1d88c6370725 |
children | 160a5b3a076c |
rev | line source |
---|---|
18
1d88c6370725
targets/*.h: import from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
1 #define CONFIG_TARGET_LUNA 1 |
1d88c6370725
targets/*.h: import from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
2 #define CONFIG_TARGET_TANGO 1 |
1d88c6370725
targets/*.h: import from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
3 #define CONFIG_GPIO046_OUTPUTS 1 |
1d88c6370725
targets/*.h: import from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
4 #define CONFIG_MCSI_UNUSED 1 |
1d88c6370725
targets/*.h: import from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
5 #define CONFIG_GPIO1_HIGH 1 |
1d88c6370725
targets/*.h: import from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
6 #define CONFIG_GPIO3_OUTPUT 1 |
1d88c6370725
targets/*.h: import from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
7 #define GPIO1_SPEAKER_CTRL 0 |
1d88c6370725
targets/*.h: import from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
8 #define UARTFAX_CLASSIC_DTR_DCD 0 |
1d88c6370725
targets/*.h: import from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
9 #define TARGET_HAS_PWL 1 |