日本a√视频在线,久久青青亚洲国产,亚洲一区欧美二区,免费g片在线观看网站

        <style id="k3y6c"><u id="k3y6c"></u></style>
        <s id="k3y6c"></s>
        <mark id="k3y6c"></mark>
          
          

          <mark id="k3y6c"></mark>

          新聞中心

          EEPW首頁 > 嵌入式系統(tǒng) > 設計應用 > STM32學習記錄16 ucosii+UCGUI

          STM32學習記錄16 ucosii+UCGUI

          作者: 時間:2016-11-13 來源:網(wǎng)絡 收藏
          主要介紹下UCGUI的修改:
          1:GUI_X_ucos.c文件夾,第80行,修改為:
          /*
          *********************************************************************************************************
          * GUI_X_ExecIdle()
          *********************************************************************************************************
          */
          void GUI_X_ExecIdle (void)
          {
          // OS_X_Delay(1);
          OSTimeDly(50);//自己修改的
          }
          2:GUI_X_ucos.c最后添加以下函數(shù),從GUI_X.c文件拷貝的,工程中不需要添加GUI_X
          //下面是從GUI_X拷貝的
          /*********************************************************************
          *
          * Logging: OS dependent
          Note:
          Logging is used in higher debug levels only. The typical target
          build does not use logging and does therefor not require any of
          the logging routines below. For a release build without logging
          the routines below may be eliminated to save some space.
          (If the linker is not function aware and eliminates unreferenced
          functions automatically)
          */
          void GUI_X_Log (const char *s) { GUI_USE_PARA(s); }
          void GUI_X_Warn (const char *s) { GUI_USE_PARA(s); }
          void GUI_X_ErrorOut(const char *s) { GUI_USE_PARA(s); }
          工程文件截圖如下:


          評論


          技術專區(qū)

          關閉