0d52915756
PR: #535
11 lines
No EOL
157 B
C
11 lines
No EOL
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(); |