mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-04-19 01:45:06 +00:00
7 lines
144 B
C
7 lines
144 B
C
#pragma once
|
|
|
|
#include <tt_hal_display.h>
|
|
#include <tt_hal_touch.h>
|
|
|
|
void runApplication(DisplayDriverHandle display, TouchDriverHandle touch);
|