Files
tactility/app-sim/src/lvgl_hal.h
T
Ken Van Hoeylandt 7a7b31e426 Various improvements (#21)
* T-Deck stability and naming improvements

* allow main task to clean itself up

* remove unused includes

* various lvgl improvements

* added docs
2024-01-27 23:13:17 +01:00

14 lines
152 B
C

#pragma once
#include <stdint.h>
#include <stdbool.h>
#ifdef __cplusplus
extern "C" {
#endif
lv_disp_t* lvgl_hal_init();
#ifdef __cplusplus
}
#endif