summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps/native/SOURCES
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2021-05-23 17:30:58 +0100
committerAidan MacDonald <amachronic@protonmail.com>2021-07-13 22:01:33 +0100
commit4c60bc9e681865fcfc149775a1ed7ccd2613d5bf (patch)
tree99f8d91af2c171cf3843f0c14d41a20d9dc29c4f /apps/plugins/bitmaps/native/SOURCES
parent3abb7c5dd5be2ec6744bfc0a80967b20f1b59e30 (diff)
downloadrockbox-4c60bc9e681865fcfc149775a1ed7ccd2613d5bf.tar.gz
rockbox-4c60bc9e681865fcfc149775a1ed7ccd2613d5bf.zip
New port: Shanling Q1 native
- Audio playback works - Touchscreen and buttons work - Bootloader works and is capable of dual boot - Plugins are working - Cabbiev2 theme has been ported - Stable for general usage Thanks to Marc Aarts for porting Cabbiev2 and plugin bitmaps. There's a few minor known issues: - Bootloader must be installed manually using 'usbboot' as there is no support in jztool yet. - Keymaps may be lacking, need further testing and feedback. - Some plugins may not be fully adapted to the screen size and could benefit from further tweaking. - LCD shows abnormal effects under some circumstances: for example, after viewing a mostly black screen an afterimage appears briefly when going back to a brightly-lit screen. Sudden power-off without proper shutdown of the backlight causes a "dissolving" effect. - CW2015 battery reporting driver is buggy, and disabled for now. Battery reporting is currently voltage-based using the AXP192. Change-Id: I635e83f02a880192c5a82cb0861ad3a61c137c3a
Diffstat (limited to 'apps/plugins/bitmaps/native/SOURCES')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES22
1 files changed, 20 insertions, 2 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index 48eb18dfa4..37d0060213 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -158,6 +158,9 @@ jackpot_slots.30x420x1.bmp
158 ((LCD_WIDTH >= 480) && (LCD_HEIGHT >= 640)) 158 ((LCD_WIDTH >= 480) && (LCD_HEIGHT >= 640))
159bubbles_emblem.640x480x16.bmp 159bubbles_emblem.640x480x16.bmp
160bubbles_background.640x480x16.bmp 160bubbles_background.640x480x16.bmp
161#elif (LCD_WIDTH >= 360) && (LCD_HEIGHT >= 400)
162bubbles_emblem.360x400x16.bmp
163bubbles_background.360x400x16.bmp
161#elif (LCD_WIDTH >= 320) && (LCD_HEIGHT >= 240) 164#elif (LCD_WIDTH >= 320) && (LCD_HEIGHT >= 240)
162bubbles_emblem.320x240x16.bmp 165bubbles_emblem.320x240x16.bmp
163bubbles_background.320x240x16.bmp 166bubbles_background.320x240x16.bmp
@@ -388,7 +391,9 @@ invadrox_shield.22x16x16.bmp
388invadrox_ufo.16x7x16.bmp 391invadrox_ufo.16x7x16.bmp
389invadrox_ufo_explode.21x8x16.bmp 392invadrox_ufo_explode.21x8x16.bmp
390invadrox_numbers.50x7x16.bmp 393invadrox_numbers.50x7x16.bmp
391#if LCD_WIDTH == 320 394#if LCD_WIDTH == 360 && LCD_HEIGHT == 400
395invadrox_background.360x400x16.bmp
396#elif LCD_WIDTH == 320
392invadrox_background.320x240x16.bmp 397invadrox_background.320x240x16.bmp
393#elif LCD_WIDTH == 240 398#elif LCD_WIDTH == 240
394invadrox_background.240x320x16.bmp 399invadrox_background.240x320x16.bmp
@@ -457,6 +462,8 @@ jewels.220x176x16.bmp
457jewels.320x240x16.bmp 462jewels.320x240x16.bmp
458#elif (LCD_WIDTH == 320) && (LCD_HEIGHT == 240) 463#elif (LCD_WIDTH == 320) && (LCD_HEIGHT == 240)
459jewels.320x240x16.bmp 464jewels.320x240x16.bmp
465#elif (LCD_WIDTH == 360) && (LCD_HEIGHT == 400)
466jewels.360x400x16.bmp
460#elif ((LCD_WIDTH == 640) && (LCD_HEIGHT == 480)) || \ 467#elif ((LCD_WIDTH == 640) && (LCD_HEIGHT == 480)) || \
461 ((LCD_WIDTH == 480) && (LCD_HEIGHT == 640)) 468 ((LCD_WIDTH == 480) && (LCD_HEIGHT == 640))
462jewels.640x480x16.bmp 469jewels.640x480x16.bmp
@@ -546,6 +553,8 @@ puzzles_cursor.11x16x24.bmp
546#if LCD_DEPTH >= 16 /* colour versions*/ 553#if LCD_DEPTH >= 16 /* colour versions*/
547#if (LCD_WIDTH == 640) && (LCD_HEIGHT == 480) 554#if (LCD_WIDTH == 640) && (LCD_HEIGHT == 480)
548rockblox_background.640x480x16.bmp 555rockblox_background.640x480x16.bmp
556#elif (LCD_WIDTH == 360) && (LCD_HEIGHT == 400)
557rockblox_background.360x400x16.bmp
549#elif (LCD_WIDTH >= 320) && (LCD_HEIGHT >= 240) 558#elif (LCD_WIDTH >= 320) && (LCD_HEIGHT >= 240)
550rockblox_background.320x240x16.bmp 559rockblox_background.320x240x16.bmp
551#elif (LCD_WIDTH == 240) && (LCD_HEIGHT >= 320) 560#elif (LCD_WIDTH == 240) && (LCD_HEIGHT >= 320)
@@ -603,6 +612,12 @@ snake2_header2.640x480x16.bmp
603snake2_left.640x480x16.bmp 612snake2_left.640x480x16.bmp
604snake2_right.640x480x16.bmp 613snake2_right.640x480x16.bmp
605snake2_bottom.640x480x16.bmp 614snake2_bottom.640x480x16.bmp
615#elif (LCD_WIDTH >= 360) && (LCD_HEIGHT >= 400) && (LCD_DEPTH >= 16)
616snake2_header1.360x400x16.bmp
617snake2_header2.360x400x16.bmp
618snake2_left.360x400x16.bmp
619snake2_right.360x400x16.bmp
620snake2_bottom.360x400x16.bmp
606#elif (LCD_WIDTH >= 320) && (LCD_HEIGHT >= 240) && (LCD_DEPTH >= 16) 621#elif (LCD_WIDTH >= 320) && (LCD_HEIGHT >= 240) && (LCD_DEPTH >= 16)
607snake2_header1.320x240x16.bmp 622snake2_header1.320x240x16.bmp
608snake2_header2.320x240x16.bmp 623snake2_header2.320x240x16.bmp
@@ -874,7 +889,8 @@ superdom_boarditems.176x132x16.bmp
874#elif (LCD_WIDTH == 320 && LCD_HEIGHT == 240) 889#elif (LCD_WIDTH == 320 && LCD_HEIGHT == 240)
875superdom_boarditems.320x240x16.bmp 890superdom_boarditems.320x240x16.bmp
876#elif ((LCD_WIDTH == 240) && (LCD_HEIGHT == 320)) || \ 891#elif ((LCD_WIDTH == 240) && (LCD_HEIGHT == 320)) || \
877 ((LCD_WIDTH == 240) && (LCD_HEIGHT == 400)) 892 ((LCD_WIDTH == 240) && (LCD_HEIGHT == 400)) || \
893 ((LCD_WIDTH == 360) && (LCD_HEIGHT == 400))
878superdom_boarditems.240x320x16.bmp 894superdom_boarditems.240x320x16.bmp
879#elif (LCD_WIDTH == 480 && LCD_HEIGHT == 640) 895#elif (LCD_WIDTH == 480 && LCD_HEIGHT == 640)
880superdom_boarditems.480x640x16.bmp 896superdom_boarditems.480x640x16.bmp
@@ -911,6 +927,8 @@ sliding_puzzle.132x132x16.bmp
911sliding_puzzle.176x176x16.bmp 927sliding_puzzle.176x176x16.bmp
912#elif SMALLER_DIMENSION <= 240 928#elif SMALLER_DIMENSION <= 240
913sliding_puzzle.240x240x16.bmp 929sliding_puzzle.240x240x16.bmp
930#elif SMALLER_DIMENSION <= 360
931sliding_puzzle.360x360x16.bmp
914#elif SMALLER_DIMENSION <= 480 932#elif SMALLER_DIMENSION <= 480
915sliding_puzzle.480x480x16.bmp 933sliding_puzzle.480x480x16.bmp
916#endif 934#endif