mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-04-19 09:55:06 +00:00
* Implemented LVGL with SDL for simulator * cleanup * added SDL to build * build fix * mutex fixes * sim app cleanup and improvements * docs updated * fix for sdl? * fix for SDL cmake setup
14 lines
168 B
C
14 lines
168 B
C
#pragma once
|
|
|
|
#include "tactility-esp.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
Hardware tt_hardware_init(const HardwareConfig* config);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|