Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: GraphicsFramework GR-PEACH_video LCD_shield_config AsciiFont R_BSP USBHost_custom
Diff: touch_proc/touch_proc.h
- Revision:
- 0:f5de229c9a00
diff -r 000000000000 -r f5de229c9a00 touch_proc/touch_proc.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/touch_proc/touch_proc.h Mon Jan 23 06:22:08 2017 +0000 @@ -0,0 +1,9 @@ +#ifndef TOUCH_PROCESSING_H +#define TOUCH_PROCESSING_H + +#include "DisplayBace.h" + +extern void touch_task(DisplayBase * p_display); +extern void touch_lcd_int(DisplayBase::int_type_t int_type); + +#endif