![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
Optimaze with new mbed os for study
Dependencies: TS_DISCO_F746NG BSP_DISCO_F746NG Graphics
PointingDevice/TouchScreen.cpp@2:8db224cc1fcb, 2016-11-04 (annotated)
- Committer:
- karpent
- Date:
- Fri Nov 04 23:07:04 2016 +0000
- Revision:
- 2:8db224cc1fcb
- Child:
- 4:66f13188c26b
Touchscreen support added to change the range and center location.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
karpent | 2:8db224cc1fcb | 1 | // |
karpent | 2:8db224cc1fcb | 2 | // TouchScreen.cpp |
karpent | 2:8db224cc1fcb | 3 | // |
karpent | 2:8db224cc1fcb | 4 | |
karpent | 2:8db224cc1fcb | 5 | #include "TouchScreen.h" |
karpent | 2:8db224cc1fcb | 6 | |
karpent | 2:8db224cc1fcb | 7 | TouchScreen::TouchScreen(RK043FN48H* display) |
karpent | 2:8db224cc1fcb | 8 | { |
karpent | 2:8db224cc1fcb | 9 | if(display != NULL) |
karpent | 2:8db224cc1fcb | 10 | { |
karpent | 2:8db224cc1fcb | 11 | |
karpent | 2:8db224cc1fcb | 12 | } |
karpent | 2:8db224cc1fcb | 13 | } |