diff options
Diffstat (limited to 'apps/plugins/bitmaps/native')
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 8 | ||||
| -rw-r--r-- | apps/plugins/bitmaps/native/snake2_bottom.640x480x16.bmp | bin | 0 -> 38454 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/snake2_header1.640x480x16.bmp | bin | 0 -> 145974 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/snake2_header2.640x480x16.bmp | bin | 0 -> 145974 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/snake2_left.640x480x16.bmp | bin | 0 -> 23094 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/snake2_right.640x480x16.bmp | bin | 0 -> 23094 bytes |
6 files changed, 7 insertions, 1 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 8c652b2..75fe5c0 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -476,7 +476,13 @@ rockpaint_hsvrgb.8x10x24.bmp #endif /* Snake2 */ -#if (LCD_WIDTH >= 320) && (LCD_HEIGHT >= 240) && (LCD_DEPTH >= 16) +#if (LCD_WIDTH >= 640) && (LCD_HEIGHT >= 480) && (LCD_DEPTH >= 16) +snake2_header1.640x480x16.bmp +snake2_header2.640x480x16.bmp +snake2_left.640x480x16.bmp +snake2_right.640x480x16.bmp +snake2_bottom.640x480x16.bmp +#elif (LCD_WIDTH >= 320) && (LCD_HEIGHT >= 240) && (LCD_DEPTH >= 16) snake2_header1.320x240x16.bmp snake2_header2.320x240x16.bmp snake2_left.320x240x16.bmp diff --git a/apps/plugins/bitmaps/native/snake2_bottom.640x480x16.bmp b/apps/plugins/bitmaps/native/snake2_bottom.640x480x16.bmp Binary files differnew file mode 100644 index 0000000..bc4a977 --- /dev/null +++ b/apps/plugins/bitmaps/native/snake2_bottom.640x480x16.bmp diff --git a/apps/plugins/bitmaps/native/snake2_header1.640x480x16.bmp b/apps/plugins/bitmaps/native/snake2_header1.640x480x16.bmp Binary files differnew file mode 100644 index 0000000..4b55f80 --- /dev/null +++ b/apps/plugins/bitmaps/native/snake2_header1.640x480x16.bmp diff --git a/apps/plugins/bitmaps/native/snake2_header2.640x480x16.bmp b/apps/plugins/bitmaps/native/snake2_header2.640x480x16.bmp Binary files differnew file mode 100644 index 0000000..4619264 --- /dev/null +++ b/apps/plugins/bitmaps/native/snake2_header2.640x480x16.bmp diff --git a/apps/plugins/bitmaps/native/snake2_left.640x480x16.bmp b/apps/plugins/bitmaps/native/snake2_left.640x480x16.bmp Binary files differnew file mode 100644 index 0000000..b3b5a8d --- /dev/null +++ b/apps/plugins/bitmaps/native/snake2_left.640x480x16.bmp diff --git a/apps/plugins/bitmaps/native/snake2_right.640x480x16.bmp b/apps/plugins/bitmaps/native/snake2_right.640x480x16.bmp Binary files differnew file mode 100644 index 0000000..85e17ff --- /dev/null +++ b/apps/plugins/bitmaps/native/snake2_right.640x480x16.bmp |