Display orange FT logo
Every second column appears to be switched
This commit is contained in:
12
Core/Inc/hx8357d.h
Normal file
12
Core/Inc/hx8357d.h
Normal 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
|
||||
Reference in New Issue
Block a user