Sample to operate omron HVC-P2 on GR-PEACH.

Dependencies:   AsciiFont

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers touch_proc.h Source File

touch_proc.h

00001 #ifndef TOUCH_PROCESSING_H
00002 #define TOUCH_PROCESSING_H
00003 
00004 #include "DisplayBace.h"
00005 
00006 extern void touch_task(DisplayBase * p_display);
00007 extern void touch_lcd_int(DisplayBase::int_type_t int_type);
00008 
00009 #endif