diff --git a/apps/plugins/CATEGORIES b/apps/plugins/CATEGORIES index 9b18bc3..c617e10 100644 --- a/apps/plugins/CATEGORIES +++ b/apps/plugins/CATEGORIES @@ -58,6 +58,7 @@ pong,games ppmviewer,viewers properties,viewers random_folder_advance_config,apps +rattax,games reversi,games robotfindskitten,games rockblox,games diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index 22ddcef..b91bb3d 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS @@ -20,6 +20,7 @@ chessbox jpeg sudoku reversi +rattax #ifndef OLYMPUS_MROBE_500 zxbox #endif diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index b95fd37..909480d 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -391,6 +391,16 @@ pegbox_pieces.9x7x1.bmp #endif #endif +/* Rattax */ +#if (LCD_WIDTH >= 160) && (LCD_HEIGHT >= 160) && (LCD_DEPTH >= 16) +rattax_cells.20x20x16.bmp +#elif (LCD_WIDTH >= 121) && (LCD_HEIGHT >= 121) +rattax_cells.17x17x2.bmp +#elif (LCD_WIDTH >= 79) && (LCD_HEIGHT >= 79) +rattax_cells.11x11x2.bmp +#else +rattax_cells.9x9x2.bmp +#endif /* Rockblox */ #if LCD_DEPTH == 16 /* colour versions*/