![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
Mar. 14. 2018
Dependencies: GraphicsFramework GR-PEACH_video LCD_shield_config AsciiFont R_BSP USBHost_custom
touch_proc/touch_proc.h@0:f5de229c9a00, 2017-01-23 (annotated)
- Committer:
- dkato
- Date:
- Mon Jan 23 06:22:08 2017 +0000
- Revision:
- 0:f5de229c9a00
first commit
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
dkato | 0:f5de229c9a00 | 1 | #ifndef TOUCH_PROCESSING_H |
dkato | 0:f5de229c9a00 | 2 | #define TOUCH_PROCESSING_H |
dkato | 0:f5de229c9a00 | 3 | |
dkato | 0:f5de229c9a00 | 4 | #include "DisplayBace.h" |
dkato | 0:f5de229c9a00 | 5 | |
dkato | 0:f5de229c9a00 | 6 | extern void touch_task(DisplayBase * p_display); |
dkato | 0:f5de229c9a00 | 7 | extern void touch_lcd_int(DisplayBase::int_type_t int_type); |
dkato | 0:f5de229c9a00 | 8 | |
dkato | 0:f5de229c9a00 | 9 | #endif |