mirror of
https://github.com/badgeteam/mch2022-template-app.git
synced 2024-11-22 16:51:01 +00:00
4 lines
128 B
C
4 lines
128 B
C
#include "pax_gfx.h"
|
|
#include "ili9341.h"
|
|
|
|
void display_boot_screen(pax_buf_t* pax_buffer, ILI9341* ili9341, const char* text);
|