diff --git a/implementations/uvm-ncc/font/.gitignore b/implementations/uvm-ncc/font/.gitignore new file mode 100644 index 0000000..1f1663d --- /dev/null +++ b/implementations/uvm-ncc/font/.gitignore @@ -0,0 +1,188 @@ +00.bmp +00.txt +01.bmp +01.txt +02.bmp +02.txt +03.bmp +03.txt +04.bmp +04.txt +05.bmp +05.txt +06.bmp +06.txt +07.bmp +07.txt +08.bmp +08.txt +09.bmp +09.txt +10.bmp +10.txt +11.bmp +11.txt +12.bmp +12.txt +13.bmp +13.txt +14.bmp +14.txt +15.bmp +15.txt +16.bmp +16.txt +17.bmp +17.txt +18.bmp +18.txt +19.bmp +19.txt +20.bmp +20.txt +21.bmp +21.txt +22.bmp +22.txt +23.bmp +23.txt +24.bmp +24.txt +25.bmp +25.txt +26.bmp +26.txt +27.bmp +27.txt +28.bmp +28.txt +29.bmp +29.txt +30.bmp +30.txt +31.bmp +31.txt +32.bmp +32.txt +33.bmp +33.txt +34.bmp +34.txt +35.bmp +35.txt +36.bmp +36.txt +37.bmp +37.txt +38.bmp +38.txt +39.bmp +39.txt +40.bmp +40.txt +41.bmp +41.txt +42.bmp +42.txt +43.bmp +43.txt +44.bmp +44.txt +45.bmp +45.txt +46.bmp +46.txt +47.bmp +47.txt +48.bmp +48.txt +49.bmp +49.txt +50.bmp +50.txt +51.bmp +51.txt +52.bmp +52.txt +53.bmp +53.txt +54.bmp +54.txt +55.bmp +55.txt +56.bmp +56.txt +57.bmp +57.txt +58.bmp +58.txt +59.bmp +59.txt +60.bmp +60.txt +61.bmp +61.txt +62.bmp +62.txt +63.bmp +63.txt +64.bmp +64.txt +65.bmp +65.txt +66.bmp +66.txt +67.bmp +67.txt +68.bmp +68.txt +69.bmp +69.txt +70.bmp +70.txt +71.bmp +71.txt +72.bmp +72.txt +73.bmp +73.txt +74.bmp +74.txt +75.bmp +75.txt +76.bmp +76.txt +77.bmp +77.txt +78.bmp +78.txt +79.bmp +79.txt +80.bmp +80.txt +81.bmp +81.txt +82.bmp +82.txt +83.bmp +83.txt +84.bmp +84.txt +85.bmp +85.txt +86.bmp +86.txt +87.bmp +87.txt +88.bmp +88.txt +89.bmp +89.txt +90.bmp +90.txt +91.bmp +91.txt +92.bmp +92.txt +93.bmp +93.txt diff --git a/implementations/uvm-ncc/font/font.h b/implementations/uvm-ncc/font/font.h index a8d3b72..7228b43 100644 --- a/implementations/uvm-ncc/font/font.h +++ b/implementations/uvm-ncc/font/font.h @@ -6,7 +6,7 @@ int font_height = 27; u32 font_data[94][351]; void -init_font_data(void) +init_font_data() { 2 + 2; -}; +} diff --git a/implementations/uvm-ncc/xerblin.c b/implementations/uvm-ncc/xerblin.c index eff3594..184509b 100644 --- a/implementations/uvm-ncc/xerblin.c +++ b/implementations/uvm-ncc/xerblin.c @@ -52,7 +52,7 @@ mousemove(u64 window_id, u64 new_x, u64 new_y) void main() { - //init_font_data(); + init_font_data(); wid = window_create(FRAME_WIDTH, FRAME_HEIGHT, "Bouncing Ball Example", 0); time_delay_cb(0, anim_callback); //window_on_keydown(wid, keydown);