mch2022-template-app/main/include/graphics_wrapper.h

13 lines
261 B
C
Raw Normal View History

2022-04-15 23:16:36 +00:00
#pragma once
#include <stdint.h>
#include <sdkconfig.h>
#include <esp_system.h>
#include "pax_gfx.h"
#include "ili9341.h"
#include "menu.h"
esp_err_t graphics_task(pax_buf_t* pax_buffer, ILI9341* ili9341, uint8_t* framebuffer, menu_t* menu, char* message);