| /* | |
| * 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 |