mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-17 23:55:04 +00:00
Removed software keyboard in Tactility subproject (GuiService, Lvgl.cpp) and re-implemented it in TactilityKernel.
14 lines
155 B
C
14 lines
155 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
|
|
void lvgl_keyboard_on_start_lvgl();
|
|
void lvgl_keyboard_on_stop_lvgl();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|