mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-17 23:55:04 +00:00
7 lines
139 B
C
7 lines
139 B
C
// SPDX-License-Identifier: Apache-2.0
|
|
#include <lvgl/lvgl.h>
|
|
|
|
enum UiDensity lvgl_get_ui_density(void) {
|
|
return TT_LVGL_UI_DENSITY;
|
|
}
|