Add 240x240 support to various plugins and rgnano manual updates

This should be all of the "standard" plugins (except sdl ones).

Change-Id: Iacae3edcc69a136a9dd887f31ad6ca51a9b5aea4
This commit is contained in:
Hairo R. Carela 2025-08-20 20:40:56 -04:00
parent a60c09c24c
commit 2aed517a07
25 changed files with 148 additions and 27 deletions

View file

@ -26,6 +26,7 @@ playing_time.c
properties.c
random_folder_advance_config.c
rb_info.c
rockblox.c
search.c
settings_dumper.c
snow.c
@ -139,15 +140,9 @@ robotfindskitten.c
xobox.c
spacerocks.c
#if (LCD_WIDTH != 240) && (LCD_HEIGHT != 240)
/* No 240x240 support */
rockblox.c
bubbles.c
wormlet.c
#endif
blackjack.c
bounce.c
bubbles.c
calculator.c
chip8.c
chopper.c
@ -167,6 +162,7 @@ sokoban.c
star.c
starfield.c
vu_meter.c
wormlet.c
#ifdef HAVE_HOTKEY
announce_status.c
@ -203,7 +199,7 @@ rocklife.c
matrix.c
speedread.c
#if (LCD_WIDTH > 138) && ((LCD_WIDTH != 240) && (LCD_HEIGHT != 240))
#if (LCD_WIDTH > 138)
invadrox.c
superdom.c
#endif