1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-12-28 01:29:44 +00:00

One demo program for vera modes.

This commit is contained in:
FlightControl 2021-01-23 17:23:25 +01:00
parent 519e2fbc2c
commit 473722f8eb
2 changed files with 1334 additions and 1781 deletions

File diff suppressed because it is too large Load Diff

View File

@ -74,25 +74,25 @@ void main() {
text_8_x_8_1BPP_16_color(); text_8_x_8_1BPP_16_color();
break; break;
case 66: case 66:
//text_8_x_8_1BPP_256_color(); text_8_x_8_1BPP_256_color();
break; break;
case 67: case 67:
tile_8_x_8_2BPP_4_color(); tile_8_x_8_2BPP_4_color();
break; break;
case 68: case 68:
//tile_16_x_16_2BPP_4_color(); tile_16_x_16_2BPP_4_color();
break; break;
case 69: case 69:
//tile_8_x_8_4BPP_16_color(); tile_8_x_8_4BPP_16_color();
break; break;
case 70: case 70:
//tile_16_x_16_4BPP_16_color(); tile_16_x_16_4BPP_16_color();
break; break;
case 71: case 71:
//tile_8_x_8_8BPP_256_color(); tile_8_x_8_8BPP_256_color();
break; break;
case 72: case 72:
//tile_16_x_16_8BPP_256_color(); tile_16_x_16_8BPP_256_color();
break; break;
} }