1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2025-02-05 06:33:01 +00:00

Updated one demo program.

This commit is contained in:
FlightControl 2021-01-21 20:12:27 +01:00
parent 15fbefa7e5
commit 4bc7f1bc0f

View File

@ -32,9 +32,9 @@ void main() {
gotoxy(0,25);
printf("vera in bitmap mode,\n");
printf("color depth 8 bits per pixel.\n");
printf("color depth 4 bits per pixel.\n");
printf("in this mode, it is possible to display\n");
printf("graphics in 256 colors.\n");
printf("graphics in 16 colors.\n");
vera_layer_show(0);