Since there is a possibility that the Error () function will collide with libwonx.a when linking,
It changed to Wonx_Error ().
Added bios_exit ().
sprite_set_char, sprite_get_char, palette number minus 8
Fixed bug that was not specified.
font_set_monodata (), font_set_colordata (), font_get_data (), disp.c,
The arguments of screen_set_char (), screen_get_char (), sprite_set_data ()
Changed from void * to appropriate type.
Sample program and attached SpeedMac.
I added a document.
Version 0.3 beta - from wonx-b03.tar.gz
(UNIXTimer, WWInterrupt, WWTimer, WonxSystem addition)
According to interrupt support, compatibility functions are replaced with UNIXTimer_Pause (), UNIXTimer_Unpause ()
It hung around.
UNIXTimer, WWTimer, WonxSystem's callback functions,
It is necessary to check finely whether there are bugs peculiar to interrupts.
(The setting of the interrupt in the callback function may change, or from the callback function
It is necessary to check whether the callback function is called or not)
Version 0.2 beta - from wonx-b02.tar.gz
Changed to create Wonx class and manage all resources with Wonx class.
(See Wonx.x WonxP.h)
When p is pressed to switch display / non-display of the screen, redraw the LCD panel
Improvement.
Added -Wall to compile option.
We have summarized the processing part of the function which is duplicated processing in disp.c.
Version 0.1 beta - from wonx-b01.tar.gz