7ea1892bbb
* Make sure all LVGL access is from main work thread.
9 lines
No EOL
123 B
C
9 lines
No EOL
123 B
C
/*
|
|
* Copyright (c) 2020 The ZMK Contributors
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
int zmk_display_init(); |