(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
Changed method of storing WWLCDPanel data.
(I made 1 byte allocated with 1 pixel as 1 byte with 2 pixels)
(For speeding up, thought about future color correspondence (241 colors?))
Added WonxDisplay_Sync (). Reduced wasteful drawing in functions of get type.
Implement sprite window function. (Not tested)
Implement time related functions. (timer.c)
Fix sprite priority. (I modified "Priority is given to younger one")
Version 0.0.4 alpha - from wonx-a04.tar.gz
In the explanation of screen 2 _ set _ window () of the manual, "width and height of the display area"
Although it is written, in fact it operates with "horizontal width of display area + 1 and vertical width + 1"
want to see? (Unconfirmed), do not you have to do -1?
Or, in actual operation in WonderWitch,
ex = sx + WWScreen_GetDrawWidth (screen);
Not
ex = WWScreen_GetDrawWidth (screen);
It may be.
Implemented sprite enable / disable.
LCD color map, palette, character, sprite data dump function implemented.
Improve display message when calling function.
Version 0.0.3 alpha - from wonx-a03.tar.gz