set YOFS to 0 for portrait LCDs.
[kugel-rb.git] / apps / features.txt
bloba9df26ba483bcc20c26035ed139724a584d2b9b9
1 /* This file controls which strings are included when rockbox is built and
2    when the .lng and .voice files are built. That means that a change in this
3    file will break compatibility with older .lng and .voice files and that those
4    version numbers should be updated. It also means that changing defines in
5    the various config*.h files could also break back compatibility */  
7 #if defined(HAVE_ACCESSORY_SUPPLY)
8 accessory_supply
9 #endif
11 #if defined(HAVE_AGC)
12 agc
13 #endif
15 #if defined(HAVE_RTC_ALARM)
16 alarm
17 #endif
19 #if defined(HAVE_ALBUMART)
20 albumart
21 #endif
23 #if defined(HAVE_BACKLIGHT_BRIGHTNESS)
24 backlight_brightness
25 #endif
27 #if defined(HAVE_BACKLIGHT_FADING_INT_SETTING)
28 backlight_fade_int
29 #elif defined(HAVE_BACKLIGHT_FADING_BOOL_SETTING)
30 backlight_fade_bool
31 #endif
33 #if BATTERY_TYPES_COUNT > 1
34 battery_types
35 #endif
37 #if defined(HAVE_BUTTON_LIGHT)
38 button_light
39 #endif
41 #if defined(HAVE_BUTTONLIGHT_BRIGHTNESS)
42 buttonlight_brightness
43 #endif
45 #if defined(HAVE_DIRCACHE)
46 dircache
47 #endif
49 #if defined(HAVE_FLASH_STORAGE)
50 flash_storage
51 #endif
53 #if defined(HAVE_DISK_STORAGE)
54 disk_storage
55 #endif
57 #if defined(HAVE_HEADPHONE_DETECTION)
58 headphone_detection
59 #endif
61 #if defined(HAS_BUTTON_HOLD)
62 hold_button
63 #endif
65 #if defined(HAVE_LCD_BITMAP)
66 lcd_bitmap
67 #endif
69 #if defined(HAVE_LCD_CHARCELLS)
70 lcd_charcell
71 #endif
73 #if LCD_DEPTH > 1
74 lcd_non-mono
75 #endif
77 #if defined(HAVE_LCD_COLOR)
78 lcd_color
79 #endif
81 #if defined(HAVE_LCD_FLIP)
82 lcd_flip
83 #endif
85 #if defined(HAVE_LCD_INVERT)
86 lcd_invert
87 #endif
89 #if defined(HAVE_LCD_SLEEP)
90 lcd_sleep
91 #endif
93 #if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)
94 masf
95 #endif
97 #if (CONFIG_CODEC == MAS3507D)
98 masd
99 #endif
101 #if defined(HAVE_PITCHSCREEN)
102 pitchscreen
103 #endif
105 #if defined(HAVE_MULTIVOLUME)
106 multivolume
107 #endif
109 #if defined(HAVE_QUICKSCREEN)
110 quickscreen
111 #endif
113 #if CONFIG_TUNER != 0
114 radio
115 #endif
117 #if (CONFIG_KEYPAD == RECORDER_PAD)
118 recorder_pad
119 #if defined(CONFIG_TUNER)
120 radio_screen_button_bar
121 #endif
122 #endif
124 #if defined(HAVE_RECORDING)
125 recording
126 #if CONFIG_CODEC == SWCODEC
127 recording_swcodec
128 #else
129 recording_hwcodec
130 #endif
131 #endif
133 #if defined(HAVE_REMOTE_LCD)
134 remote
135 remote_lcd_invert
136 #endif
138 #if defined(HAVE_REMOTE_LCD_TICKING)
139 remote_ticking
140 #endif
142 #if CONFIG_RTC
144 #endif
146 #if defined(HAVE_SCROLLWHEEL)
147 scrollwheel
148 #endif
150 #if defined(IPOD_ACCESSORY_PROTOCOL)
151 serial_port
152 #endif
154 #if defined(ARCHOS_RECORDER) || defined(ARCHOS_PLAYER)
155 soft_shutdown
156 #endif
158 #if defined(HAVE_SPDIF_POWER)
159 spdif_power
160 #endif
162 #if defined(HAVE_SPEAKER)
163 speaker
164 #endif
166 #if CONFIG_CODEC == SWCODEC
167 swcodec
168 #else
169 hwcodec
170 #endif
172 #if defined(HAVE_TAGCACHE)
173 tagcache
174 #endif
176 #if defined(HAVE_TC_RAMCACHE)
177 tc_ramcache
178 #endif
180 #if CONFIG_CHARGING
181 charging
182 #if defined(HAVE_USB_POWER)
183 usb_charging
184 #endif
185 #endif
187 #if defined(HAVE_USBSTACK) && defined(USE_ROCKBOX_USB)
188 usbstack
189 #endif
191 #if defined(HAVE_WHEEL_ACCELERATION)
192 wheel_acceleration
193 #endif
195 #if defined(HAVE_TOUCHSCREEN)
196 touchscreen
197 #endif
199 #if (PLUGIN_BUFFER_SIZE >= 0x80000)
200 large_plugin_buffer
201 #endif