我的代码如下:
void MainMuneScreen::draw(void)
{
MoreFlush();
MoreDrawPixels (img_table,0,0);
MoreDrawString((char *)kongtiao[kongtiaoselsetedIndex],20 + KONGTIAO_LEN * kongtiaoselsetedIndex,26);
MoreSetColor(0x00ff00);
MoreDrawString((char *)kongtiaomode[kongtiaomodeselectedIndex],13 + KONGTIAOMODE_LEN * kongtiaomodeselectedIndex,72);
}
void MainMuneScreen::paint()
{
draw();
MScreen::paint();
}
调试这就个字符串都变化了。是通过按键处理来更改kongtiaoselsetedIndex kongtiaomodeselectedIndex。
就是不能显示。请各位大牛帮忙下?
------解决方案--------------------------------------------------------
酷宇平台 MARK
------解决方案--------------------------------------------------------
酷宇平台没搞过,看来也是用C++