A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd

Add Cabbiev2 port for 128x96x16 targets (Samsung YH-820), made by me.

Change-Id: I21c408e8c25c42a1e6c3d3e44c0999ae85d73154

+83 -1
+2 -1
apps/settings_list.c
··· 215 215 #elif LCD_HEIGHT <= 80 216 216 #define DEFAULT_FONT_HEIGHT 11 217 217 #define DEFAULT_FONTNAME "11-Sazanami-Mincho" 218 - #elif (LCD_HEIGHT == 96) && (LCD_WIDTH == 96) /* sandisk sansa clip zip */ 218 + /* sandisk sansa clip zip and samsung yh-820 */ 219 + #elif (LCD_HEIGHT == 96) && ((LCD_WIDTH == 96) || (LCD_WIDTH == 128)) 219 220 #define DEFAULT_FONT_HEIGHT 8 220 221 #define DEFAULT_FONTNAME "08-Rockfont" 221 222 #elif LCD_HEIGHT <= 220
backdrops/cabbiev2.128x96x16.bmp

This is a binary file and will not be displayed.

+1
wps/AUTHORS
··· 25 25 Nicolas Pennequin 26 26 Rob Purchase 27 27 Robert Menes 28 + Szymon Dziok 28 29 Thomas Martitz 29 30 Tomer Shalev 30 31 Yohann Misquitta
+5
wps/WPSLIST
··· 97 97 wps.128x128x2: cabbiev2.128x128x2.wps 98 98 wps.128x160x16: cabbiev2.128x160x16.wps 99 99 wps.132x80x16: cabbiev2.132x80x16.wps 100 + wps.128x96x16: cabbiev2.128x96x16.wps 100 101 wps.128x96x2: cabbiev2.128x96x2.wps 101 102 wps.128x64x1: cabbiev2.128x64x1.wps 102 103 wps.112x64x1: cabbiev2.112x64x1.wps ··· 125 126 Font.128x128x2: 12-Adobe-Helvetica.fnt 126 127 Font.128x160x16: 12-Adobe-Helvetica.fnt 127 128 Font.132x80x16: 11-Sazanami-Mincho.fnt 129 + Font.128x96x16: 08-Rockfont.fnt 128 130 Font.128x96x2: 12-Adobe-Helvetica.fnt 129 131 Font.128x64x1: 08-Rockfont.fnt 130 132 Font.112x64x1: 08-Rockfont.fnt ··· 157 159 backdrop.240x320x16: backdrops/cabbiev2.240x320x16.bmp 158 160 backdrop.240x400x16: backdrops/cabbiev2.240x400x16.bmp 159 161 backdrop.96x96x16: backdrops/cabbiev2.96x96x16.bmp 162 + backdrop.128x96x16: backdrops/cabbiev2.128x96x16.bmp 160 163 backdrop.128x96x2: backdrops/cabbiev2.128x96x2.bmp 161 164 162 165 #selection bar settings for color targets ··· 178 181 iconset.220x176x16: icons/tango_icons.12x12.bmp 179 182 iconset.240x320x16: icons/tango_icons.16x16.bmp 180 183 iconset.240x400x16: icons/tango_icons.16x16.bmp 184 + iconset.128x96x16: icons/tango_icons.8x8.bmp 181 185 iconset.96x96x16: icons/tango_icons.8x8.bmp 182 186 iconset..+x2: icons/tango_small_mono.bmp 183 187 ··· 196 200 viewers iconset.220x176x16: icons/tango_icons_viewers.12x12.bmp 197 201 viewers iconset.240x320x16: icons/tango_icons_viewers.16x16.bmp 198 202 viewers iconset.240x400x16: icons/tango_icons_viewers.16x16.bmp 203 + viewers iconset.128x96x16: icons/tango_icons_viewers.8x8.bmp 199 204 viewers iconset.96x96x16: icons/tango_icons_viewers.8x8.bmp 200 205 viewers iconset..+x2: icons/tango_small_viewers_mono.bmp 201 206
+75
wps/cabbiev2.128x96x16.wps
··· 1 + # Cabbie v2.0 2 + # (C) 2007-2014 The Authors (see /rockbox/wps/AUTHORS) 3 + # Derived from "cabbie" (C) Yohann Misquitta 4 + # 5 + # Disable Status Bar 6 + %wd 7 + # 8 + # Load Backdrop 9 + %X(wpsbackdrop-128x96x16.bmp) 10 + # 11 + # Preload Images 12 + %xl(A,lock-96x96x16.bmp,0,0,2) 13 + %xl(B,battery-96x96x16.bmp,0,0,10) 14 + %xl(C,volume-96x96x16.bmp,0,0,10) 15 + %xl(D,shuffle-96x96x16.bmp,0,0) 16 + %xl(E,repeat-96x96x16.bmp,0,0,4) 17 + %xl(F,playmode-96x96x16.bmp,0,0,5) 18 + # 19 + # Album Art/Info Viewport Conditional 20 + %?C<%Vd(a)|%Vd(b)> 21 + # 22 + # Progress Bar 23 + %V(3,65,122,5,-) 24 + %pb(0,0,122,5,pb-128x96x16.bmp) 25 + # 26 + # Hold 27 + %V(3,85,13,10,-) 28 + %?mh<%xd(Aa)|%xd(Ab)> 29 + # 30 + # Battery 31 + %V(23,85,19,10,-) 32 + %?bp<%?bc<%xd(Ba)|%xd(Bb)>|%?bl<|%xd(Bc)|%xd(Bd)|%xd(Be)|%xd(Bf)|%xd(Bg)|%xd(Bh)|%xd(Bi)|%xd(Bj)>> 33 + # 34 + # Volume 35 + %V(51,85,14,10,-) 36 + %?pv<%xd(Ca)|%xd(Cb)|%xd(Cc)|%xd(Cd)|%xd(Ce)|%xd(Cf)|%xd(Cg)|%xd(Ch)|%xd(Ci)|%xd(Cj)> 37 + # 38 + # Shuffle 39 + %V(74,85,20,10,-) 40 + %?ps<%xd(D)> 41 + # 42 + # Repeat 43 + %V(97,85,8,10,-) 44 + %?mm<|%xd(Ea)|%xd(Eb)|%xd(Ec)|%xd(Ed)> 45 + # 46 + # Playmode 47 + %V(111,85,11,10,-) 48 + %?mp<%xd(Fa)|%xd(Fb)|%xd(Fc)|%xd(Fd)|%xd(Fe)> 49 + # 50 + # Next Track Info 51 + %V(3,56,122,12,-) 52 + %s%ac%Sx(Next:) %?It<%It|%Fn> 53 + # 54 + # Time Elapsed/Remaining 55 + %V(3,73,122,12,1) 56 + %al%pc%ac%?Sr<%pe %Sx(of) %pp|%pp %Sx(of) %pe>%ar%pr 57 + # 58 + # Album Art 59 + %ax%Vl(a,4,10,45,45,-) 60 + %Cl(0,0,45,45,c,c) 61 + %Cd 62 + # 63 + # Track Info - Album Art 64 + %ax%Vl(a,51,12,-,34,1) 65 + %s%al%?it<%it|%fn> 66 + %s%al%?ia<%ia|%?d(2)<%d(2)|%(root%)>> 67 + %s%al%?id<%id|%?d(1)<%d(1)|%(root%)>> 68 + %s%al%?iy<%iy> 69 + # 70 + # Track Info - No Album Art 71 + %Vl(b,0,12,-,34,1) 72 + %s%ac%?it<%it|%fn> 73 + %s%ac%?ia<%ia|%?d(2)<%d(2)|%(root%)>> 74 + %s%ac%?id<%id|%?d(1)<%d(1)|%(root%)>> 75 + %s%ac%?iy<%iy>
wps/cabbiev2/pb-128x96x16.bmp

This is a binary file and will not be displayed.

wps/cabbiev2/wpsbackdrop-128x96x16.bmp

This is a binary file and will not be displayed.