Create display module top level
This commit is contained in:
17
components/display/display.h
Normal file
17
components/display/display.h
Normal file
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
* Copyright (c) Camden Dixie O'Brien
|
||||
*/
|
||||
|
||||
#ifndef DISPLAY_H
|
||||
#define DISPLAY_H
|
||||
|
||||
/**
|
||||
* Initialize the display.
|
||||
*
|
||||
* This will configure the relevant GPIO pins and start a task that
|
||||
* manages updates to the display.
|
||||
*/
|
||||
void display_init(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user