mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Fix Rockblox plugin display issues on Clip Zip
Added Rockblox background, layout and detection for 96x96x16 displays Change-Id: I4585d5e679851b5696542269fe2123cf7df200de
This commit is contained in:
parent
1060d30bdd
commit
84f7f60b8f
4 changed files with 17 additions and 12 deletions
|
@ -514,8 +514,10 @@ rockblox_background.128x160x16.bmp
|
|||
rockblox_background.128x128x16.bmp
|
||||
#elif (LCD_WIDTH == 132) && (LCD_HEIGHT == 80)
|
||||
rockblox_background.132x80x16.bmp
|
||||
#elif ((LCD_WIDTH == 128 && LCD_HEIGHT == 96) || (LCD_WIDTH == 96 && LCD_HEIGHT == 96))
|
||||
#elif (LCD_WIDTH == 128 && LCD_HEIGHT == 96)
|
||||
rockblox_background.128x96x2.bmp
|
||||
#elif (LCD_WIDTH == 96 && LCD_HEIGHT == 96)
|
||||
rockblox_background.96x96x16.bmp
|
||||
#endif
|
||||
#elif LCD_DEPTH == 2 /* greyscale versions */
|
||||
#if (LCD_WIDTH == 160) && (LCD_HEIGHT == 128)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue