Simple radar simulator. Example of 2D graphics on DISCO-F746NG display.

Dependencies:   BSP_DISCO_F746NG Graphics mbed TS_DISCO_F746NG

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)
    {

    }
}