mmi_myapp_entry.txt
上传用户:xunguang
上传日期:2022-05-16
资源大小:1304k
文件大小:0k
源码类别:

MTK

开发平台:

Visual C++

  1. void mmi_myapp_entry(void)
  2.     {
  3.         EntryNewScreen(MAIN_MENU_SCREENID, NULL, NULL, NULL);
  4.         entry_full_screen();
  5.         clear_screen();
  6.         gui_move_text_cursor(0, 0);
  7.         gui_set_text_color(UI_COLOR_RED);
  8.         gui_print_text(L"Hello,MTK");
  9.         gui_BLT_double_buffer(0, 0, UI_device_width - 1, UI_device_height - 1);
  10.         return;
  11.     }
  12.     /*MagicNing  2010-04-23 end*/
  13. static MMI_BOOL wgui_cat033_show_techno_network_name(void)
  14.