色婷婷AⅤ一区二区三区|亚洲精品第一国产综合亚AV|久久精品官方网视频|日本28视频香蕉

          新聞中心

          EEPW首頁 > 嵌入式系統(tǒng) > 設(shè)計(jì)應(yīng)用 > STM32學(xué)習(xí)記錄16 ucosii+UCGUI

          STM32學(xué)習(xí)記錄16 ucosii+UCGUI

          作者: 時(shí)間:2016-11-13 來源:網(wǎng)絡(luò) 收藏
          主要介紹下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); }
          工程文件截圖如下:


          評論


          技術(shù)專區(qū)

          關(guān)閉