FreeCalypso > hg > fc-tourmaline
view src/cs/drivers/drv_app/r2d/lcds/Simple/generate @ 214:adfdbcd360fd
backlight evolution: API between Condat driver and MFW
With this change, the API between the Condat backlight driver
and its user in MFW now carries more abstract backlight state codes
(fully off, fully on, in call, charging boot mode) instead of
0-255 levels. This change is needed in order to more properly support
different hardware targets with different capabilities and approaches
in terms of backlight handling.
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Fri, 23 Apr 2021 23:52:02 +0000 |
| parents | 4e78acac3d88 |
| children |
line wrap: on
line source
#!/bin/sh tool=E:/Bt/Drivers/Common/R2D/R2D_FONT_TOOL/r2d_font_tool dir=E:/Bt/Drivers/Common/R2D/R2D_FONT_TOOL/Example_Font blocks="-block GREEK -block RUNIC -block GEOMETRIC_SHAPES -block HIRAGANA -block KATAKANA -block COMBINING_DIACRITICAL_MARKS" $tool $blocks -size 14 -name proportional -debug $dir/CASLR___.TTF > OUT blocks="-block BASIC_LATIN1 -block LATIN1_SUPPLEMENT -block GENERAL_PUNCTUATION" $tool $blocks -name system ti
