mirror of
https://git.planet-casio.com/Lephenixnoir/fxsdk.git
synced 2024-12-28 20:43:37 +01:00
fxsdk: update starter's main.c for changes in dtext()
This commit is contained in:
parent
822b5107e5
commit
66e2f8429c
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
int main(void)
|
int main(void)
|
||||||
{
|
{
|
||||||
dclear(C_WHITE);
|
dclear(C_WHITE);
|
||||||
dtext(1, 1, "Sample fxSDK add-in.", C_BLACK, C_NONE);
|
dtext(1, 1, C_BLACK, "Sample fxSDK add-in.");
|
||||||
dupdate();
|
dupdate();
|
||||||
|
|
||||||
getkey();
|
getkey();
|
||||||
|
|
Loading…
Reference in a new issue