Missing Graphics functions in BASIC
Posted: Mon Jan 15, 2024 5:06 pm
According to the current version of the X16 PRG, the Kernal contains these useful graphics calls:
GRAPH_set_window
GRAPH_set_font
GRAPH_get_char_size
GRAPH_draw_oval
GRAPH_draw_image
...and others. However, the BASIC does not seem to support any of these. (unless maybe the documentation is incomplete?) I am surprised that these functions are not available, since it would be just a kernal call to implement them.
-Bill
GRAPH_set_window
GRAPH_set_font
GRAPH_get_char_size
GRAPH_draw_oval
GRAPH_draw_image
...and others. However, the BASIC does not seem to support any of these. (unless maybe the documentation is incomplete?) I am surprised that these functions are not available, since it would be just a kernal call to implement them.
-Bill