File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
demos/generic_multiplexer Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -229,6 +229,9 @@ unsigned cycle = 1;
229
229
#define XTREE_LIGHT_4 (COLOR+TREE_LEVEL(1)+1)
230
230
#define XTREE_LIGHT_5 (COLOR+TREE_LEVEL(1)+2)
231
231
232
+ #define MULTICOLOR_1 0xD025
233
+ #define MULTICOLOR_2 0xD026
234
+
232
235
// $D018 = 53272
233
236
// -----------------
234
237
void init_udg (void )
@@ -284,7 +287,7 @@ void color_change(void)
284
287
POKE (XTREE_LIGHT_3 ,MULTI_COLOR_BIT + RED + ((j + 2 )& 3 ));
285
288
POKE (XTREE_LIGHT_4 ,MULTI_COLOR_BIT + RED + ((j + 3 )& 3 ));
286
289
POKE (XTREE_LIGHT_5 ,MULTI_COLOR_BIT + RED + ((j )& 3 ));
287
-
290
+ POKE ( MULTI_CHAR_COLOR_1 , MULTI_COLOR_BIT + 6 + ( j & 1 ));
288
291
}
289
292
290
293
@@ -334,8 +337,6 @@ void restore_text_row(void)
334
337
335
338
#define REINDEER (- 'A' + 1 + 'Z' + 8)
336
339
337
- #define MULTICOLOR_1 0xD025
338
- #define MULTICOLOR_2 0xD026
339
340
340
341
// Characters for flashing stars
341
342
#define BIG_FLASHING_STAR 0
You can’t perform that action at this time.
0 commit comments