summaryrefslogtreecommitdiff
path: root/app/include/zmk/display/status_screen.h
blob: c15bfe9f306138c51425e27af4badd40b9dc23bd (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * Copyright (c) 2020 The ZMK Contributors
 *
 * SPDX-License-Identifier: MIT
 */

#pragma once

#include <lvgl.h>

lv_obj_t *zmk_display_status_screen();