Initial display support.

This commit is contained in:
Pete Johanson
2020-07-24 16:39:11 -04:00
parent 91d8237cab
commit d80063ff51
7 changed files with 145 additions and 4 deletions

10
app/include/zmk/display.h Normal file
View File

@@ -0,0 +1,10 @@
/*
* Copyright (c) 2020 Peter Johanson <peter@peterjohanson.com>
*
* SPDX-License-Identifier: MIT
*/
#pragma once
int zmk_display_init();
void zmk_display_task_handler();