zmk_mf68/app/include/zmk/display/status_screen.h
2020-12-21 23:15:53 -05:00

11 lines
157 B
C

/*
* Copyright (c) 2020 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
#pragma once
#include <lvgl.h>
lv_obj_t *zmk_display_status_screen();