7a7b31e426
* T-Deck stability and naming improvements * allow main task to clean itself up * remove unused includes * various lvgl improvements * added docs
14 lines
152 B
C
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 |