中文字幕 另类精品,亚洲欧美一区二区蜜桃,日本在线精品视频免费,孩交精品乱子片免费

<sup id="3hn2b"></sup>

    1. <sub id="3hn2b"><ol id="3hn2b"></ol></sub><legend id="3hn2b"></legend>

      1. <xmp id="3hn2b"></xmp>

      2. 新聞中心

        EEPW首頁 > 嵌入式系統(tǒng) > 設(shè)計(jì)應(yīng)用 > ucos II+ucGUI+s3c2410+LCD+觸摸屏整合

        ucos II+ucGUI+s3c2410+LCD+觸摸屏整合

        作者: 時(shí)間:2016-10-08 來源:網(wǎng)絡(luò) 收藏

        xMin = xyMinMax[GUI_COORD_X].Min;

        xMax = xyMinMax[GUI_COORD_X].Max;

        } else {

        xMax = xyMinMax[GUI_COORD_X].Min;

        xMin = xyMinMax[GUI_COORD_X].Max;

        }

        if (xyMinMax[GUI_COORD_Y].Min xyMinMax[GUI_COORD_Y].Max) {

        yMin = xyMinMax[GUI_COORD_Y].Min;

        yMax = xyMinMax[GUI_COORD_Y].Max;

        } else {

        yMax = xyMinMax[GUI_COORD_Y].Min;

        yMin = xyMinMax[GUI_COORD_Y].Max;

        }

        /* Execute the state machine which reads the touch */

        //switch (ReadState) {

        //case 0:

        yPhys = TOUCH_X_MeasureY();

        // TOUCH_X_ActivateY(); /* Prepare X- measurement */

        // ReadState++;

        // break;

        //default:

        xPhys = TOUCH_X_MeasureX();

        // TOUCH_X_ActivateX(); /* Prepare Y- measurement */

        /* Convert values into logical values */

        #if !GUI_TOUCH_SWAP_XY /* Is X/Y swapped ? */

        x = xPhys;

        y = yPhys;

        #else

        x = yPhys;

        y = xPhys;

        #endif

        if ((x

        GUI_TOUCH_StoreUnstable(-1,-1);

        } else {

        x = AD2X(x);

        y = AD2Y(y);

        GUI_TOUCH_StoreUnstable(x,y);

        }

        /* Reset state machine */

        //ReadState=0;

        // break;

        //}

        #endif /* WIN32 */

        }

        五、 GUI多任務(wù)測試:

        測試程序:MT_MultiTasking.c


        上一頁 1 2 3 4 5 下一頁

        關(guān)鍵詞:

        評(píng)論


        相關(guān)推薦

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

        關(guān)閉