blob: eeb94b5f10840ff371b8173cbf7e485cf3bb93b1 [file]
/*
* Copyright (c) 2019 Jan Van Winkel <jan.van_winkel@dxplore.eu>
*
* Based on ST7789V sample:
* Copyright (c) 2019 Marc Reilly
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef __SAMPLE_DISPLAY_H__
#define __SAMPLE_DISPLAY_H__
int sample_display_draw(void);
#endif