Fix the pitch detector plugin for iaudioM3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22686 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c38f6072cc
commit
7d8d0b32a9
1 changed files with 2 additions and 0 deletions
|
@ -843,6 +843,8 @@ pitch_notes.160x128x2.bmp
|
|||
pitch_notes.160x128x2.bmp
|
||||
#elif (LCD_WIDTH >= 132) && (LCD_HEIGHT >= 80) && (LCD_DEPTH >= 16)
|
||||
pitch_notes.132x80x16.bmp
|
||||
#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 96) && (LCD_DEPTH >= 2)
|
||||
pitch_notes.128x96x2.bmp
|
||||
#elif (LCD_WIDTH >= 112) && (LCD_HEIGHT >= 64) && (LCD_DEPTH >= 1)
|
||||
/* There isn't a target currently with this screen and recording ability */
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue