Added touch support to emulator. Implemented basic touch function.
This commit is contained in:
@@ -41,7 +41,7 @@ INCLUDES:=$(addprefix -I,$(INCLUDES))
|
||||
|
||||
|
||||
CPPFLAGS=-DUSE_USB_OTG_FS -DUSE_HOST_MODE $(INCLUDES)
|
||||
CFLAGS=$(ARCH_FLAGS) -O0 -g
|
||||
CFLAGS=$(ARCH_FLAGS) -O0 -g -std=c99
|
||||
|
||||
|
||||
LIBS=pixy usbhost coreperiph stdc++
|
||||
|
||||
6
discovery/src/ll_touch.c
Normal file
6
discovery/src/ll_touch.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "ll_touch.h"
|
||||
|
||||
bool ll_touch_init() {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user