stw24/Core/Inc/hx8357d.h
Jasper v. Blanckenburg 4ed89f3c19 Display orange FT logo
Every second column appears to be switched
2023-03-05 15:57:15 +01:00

13 lines
279 B
C

#ifndef __HX8357D_H
#define __HX8357D_H
#include <stddef.h>
#include <stdint.h>
void HX8357D_WriteData(uint8_t *data, size_t data_len);
void HX8357D_WriteReg(uint8_t addr, uint8_t *data, size_t data_len);
void HX8357D_Init();
void HX8357D_Mode_RGB666();
#endif // __HX8357D_H