Optimaze with new mbed os for study

Dependencies:   TS_DISCO_F746NG BSP_DISCO_F746NG Graphics

PointingDevice/TouchScreen.cpp

Committer:
karpent
Date:
2016-11-04
Revision:
2:8db224cc1fcb
Child:
4:66f13188c26b

File content as of revision 2:8db224cc1fcb:

//
// TouchScreen.cpp
//

#include "TouchScreen.h"

TouchScreen::TouchScreen(RK043FN48H* display)
{
    if(display != NULL)
    {

    }
}