diff options
| author | Jonas Häggqvist <rasher@rasher.dk> | 2007-11-27 00:35:52 +0000 |
|---|---|---|
| committer | Jonas Häggqvist <rasher@rasher.dk> | 2007-11-27 00:35:52 +0000 |
| commit | 450ed5273a6ccfc75994d731d05f11a71de812b4 (patch) | |
| tree | 9cc3677b64cd29df41926bf8abc2ab9caf1bd897 /apps/plugins/bitmaps/native | |
| parent | 7126d6482024249bb556c41aa67894e155b33d68 (diff) | |
| download | rockbox-450ed5273a6ccfc75994d731d05f11a71de812b4.zip rockbox-450ed5273a6ccfc75994d731d05f11a71de812b4.tar.gz rockbox-450ed5273a6ccfc75994d731d05f11a71de812b4.tar.bz2 rockbox-450ed5273a6ccfc75994d731d05f11a71de812b4.tar.xz | |
Matrix demo plugin for colour targets. Ported from Ipodlinux who ported it from cmatrix for Linux. Closes FS#7920.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15824 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps/native')
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 3 | ||||
| -rwxr-xr-x | apps/plugins/bitmaps/native/matrix_bold.bmp | bin | 0 -> 17694 bytes | |||
| -rwxr-xr-x | apps/plugins/bitmaps/native/matrix_normal.bmp | bin | 0 -> 17694 bytes |
3 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index e6e0103..467ff1d 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -411,6 +411,9 @@ solitaire_suitsi.13x52x1.bmp /* Star */ #ifdef HAVE_LCD_COLOR +/* matrix */ +matrix_bold.bmp +matrix_normal.bmp #if LCD_WIDTH >= 320 && LCD_HEIGHT >= 188 star_tiles.20x20.bmp #elif LCD_WIDTH >= 240 && LCD_HEIGHT >= 143 diff --git a/apps/plugins/bitmaps/native/matrix_bold.bmp b/apps/plugins/bitmaps/native/matrix_bold.bmp Binary files differnew file mode 100755 index 0000000..c9a415c --- /dev/null +++ b/apps/plugins/bitmaps/native/matrix_bold.bmp diff --git a/apps/plugins/bitmaps/native/matrix_normal.bmp b/apps/plugins/bitmaps/native/matrix_normal.bmp Binary files differnew file mode 100755 index 0000000..e6e84c4 --- /dev/null +++ b/apps/plugins/bitmaps/native/matrix_normal.bmp |