1
0
Fork 0
forked from len0rd/rockbox

pitch_detector: fix builds on monochrome targets, remove an unused variable

Add icons for Clip, copied from c200 icons

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25397 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2010-03-29 23:50:07 +00:00
parent 0acc2c5955
commit 4fd9038d35
5 changed files with 15 additions and 9 deletions

View file

@ -863,6 +863,8 @@ pitch_notes.160x128x2.bmp
pitch_notes.132x80x16.bmp
#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 96) && (LCD_DEPTH >= 2)
pitch_notes.128x96x2.bmp
#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 64)
pitch_notes.128x64x1.bmp
#else
#error Pitch Detector: unsupported LCD
#endif