Mar. 14. 2018

Dependencies:   GraphicsFramework GR-PEACH_video LCD_shield_config AsciiFont R_BSP USBHost_custom

touch_proc/touch_proc.h

Committer:
dkato
Date:
2017-09-26
Revision:
7:85ba09eb46b3
Parent:
0:f5de229c9a00

File content as of revision 7:85ba09eb46b3:

#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