mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
m:robe 100:
- adjust lcd_grey_phase_blit() parameter to recent change - detection of external power - compilation of plugins - need to be enabled individually in SOURCES/SUBDIRS (use autostart.rock as test plugin with limited interaction via BUTTON_POWER) also - move autostart.rock to apps dir where it is expected - set missing svn:keywords for various files git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16056 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c4ebcbeaf4
commit
7d961d390a
10 changed files with 26 additions and 15 deletions
|
@ -36,9 +36,9 @@ struct _grey_info _grey_info; /* global info structure */
|
|||
|
||||
#ifndef SIMULATOR
|
||||
|
||||
#if CONFIG_LCD == LCD_SSD1815 || CONFIG_LCD == LCD_IFP7XX
|
||||
#if CONFIG_LCD == LCD_SSD1815 || CONFIG_LCD == LCD_IFP7XX || CONFIG_LCD == LCD_MROBE100
|
||||
/* measured and interpolated curve */
|
||||
/* TODO: check for iFP */
|
||||
/* TODO: check for iFP & m:robe 100 */
|
||||
static const unsigned char lcdlinear[256] = {
|
||||
0, 3, 5, 8, 11, 13, 16, 18,
|
||||
21, 23, 26, 28, 31, 33, 36, 38,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue