Display orange FT logo

Every second column appears to be switched
This commit is contained in:
2023-03-05 15:57:15 +01:00
parent 528134d084
commit 4ed89f3c19
9 changed files with 10281 additions and 173 deletions

12
Core/Inc/hx8357d.h Normal file
View File

@ -0,0 +1,12 @@
#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