From 7d54ff069ba36702b58d1dd6bb8a8ab03297f9e2 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Mon, 30 Jan 2012 19:23:31 +0100 Subject: [PATCH] Add graphics for solitaire/blackjack plugins for the sansa clip zip by Nathan Korth Change-Id: Ic87bf074f2d60687a2933b05fcad1c0d27dfd9ec Reviewed-on: http://gerrit.rockbox.org/79 Reviewed-by: Bertrik Sikken Tested-by: Bertrik Sikken --- apps/plugins/bitmaps/native/SOURCES | 6 +++++- apps/plugins/bitmaps/native/card_back.11x15x16.bmp | Bin 0 -> 594 bytes apps/plugins/bitmaps/native/card_deck.143x60x16.bmp | Bin 0 -> 25974 bytes .../bitmaps/native/solitaire_suitsi.11x60x16.bmp | Bin 0 -> 2214 bytes docs/CREDITS | 1 + 5 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 apps/plugins/bitmaps/native/card_back.11x15x16.bmp create mode 100644 apps/plugins/bitmaps/native/card_deck.143x60x16.bmp create mode 100644 apps/plugins/bitmaps/native/solitaire_suitsi.11x60x16.bmp diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 7ea9e2918f..e1107a2346 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -648,10 +648,14 @@ solitaire_suitsi.26x132x16.bmp card_back.18x23x16.bmp card_deck.234x92x16.bmp solitaire_suitsi.18x92x16.bmp -#elif LCD_WIDTH >= 96 +#elif LCD_WIDTH >= 128 card_back.15x20x16.bmp card_deck.195x80x16.bmp solitaire_suitsi.15x80x16.bmp +#elif LCD_WIDTH >= 96 +card_back.11x15x16.bmp +card_deck.143x60x16.bmp +solitaire_suitsi.11x60x16.bmp #endif #elif LCD_DEPTH > 1 /* greyscale */ #if LCD_WIDTH >= 160 diff --git a/apps/plugins/bitmaps/native/card_back.11x15x16.bmp b/apps/plugins/bitmaps/native/card_back.11x15x16.bmp new file mode 100644 index 0000000000000000000000000000000000000000..444565ef87ff7d139262bb6f92b4d2f2445864e4 GIT binary patch literal 594 zcwTez4Ps&d12Z7j0Ag++<_BU%1_`jZ3{YN}8-iirKOuln)6sziA*(?WK>(N_LJd|x ni5d(xx*7-rm5ZVV(=_tTK~{!e4Kg4@4Z(1Ri=ZJeATr(o#ZAIb literal 0 HcwPel00001 diff --git a/apps/plugins/bitmaps/native/card_deck.143x60x16.bmp b/apps/plugins/bitmaps/native/card_deck.143x60x16.bmp new file mode 100644 index 0000000000000000000000000000000000000000..4cde8c6fcd37ac1544b2a8b1db035b34f441bfef GIT binary patch literal 25974 zcwX(D%Y^_pSf-^>N!PN3Bz*dC?35c!4sn?ZV^BssN7Q zke2{!P5@t^^E!ZXP5^fhudlU0{Qg=C#QVdwKz#mkspeCEWY+FuKpY=nxFV;O?zJ7-)4ap%0TX(4u>= zyU)Bb9J1qfK$qwlu8S@)3Qz`G&0y5)s|IAYPdZ@+Kv_>WvxAEFhig^jwN@2>k9w(7 zAHWe8#2j0UUv5hl|#b0FL0mq*Y!IFas!Y!;k>~4FDW< zUo{_lQvWJm3i>J#23qqkk@kbK7@d$=Sh57|(tXmRtOw9dY6e=PCRlk{Ede;t%Dm_h z48-8>tw0!PbuN)uUYdax-2>?6iXj@e0lGxba9wnXQGhbgY6jA!vG#+^_DLtq04VF} zW_D2Efl(7ytA34JzDZQlJ0EB_o{7dL3{3)XoG7Af5QJ+^$QPuEp~WeUIoHHYyKtDeoz*p z6EX`+mY`j_Pg<1q0J=%dKx@4X^oWj)=@4hlRlYQoy``T#TL3G4s> literal 0 HcwPel00001 diff --git a/apps/plugins/bitmaps/native/solitaire_suitsi.11x60x16.bmp b/apps/plugins/bitmaps/native/solitaire_suitsi.11x60x16.bmp new file mode 100644 index 0000000000000000000000000000000000000000..f2dbda438f0d9db5136aa14c9f68a6cfdcb99f33 GIT binary patch literal 2214 zcwX((F%E+;5ClNeAyKB`3A}(RRr>seSMg1908JAp~jf10BIT>!J68!(=f<|@r#&T&oH!Cs8K#KygjPj-PAX42g9 KeA6lOXY&CxJ(_F) literal 0 HcwPel00001 diff --git a/docs/CREDITS b/docs/CREDITS index da0340e612..6bf13a0a21 100644 --- a/docs/CREDITS +++ b/docs/CREDITS @@ -614,6 +614,7 @@ Lorenzo Miori James Hunt Artur Juraszek Wieland Hoffmann +Nathan Korth The libmad team The wavpack team -- 2.11.4.GIT