Searched refs:ST7735_Object_t (Results 1 – 4 of 4) sorted by relevance
75 } ST7735_Object_t; typedef81 int32_t (*DeInit )(ST7735_Object_t*);82 int32_t (*ReadID )(ST7735_Object_t*, uint32_t*);83 int32_t (*DisplayOn )(ST7735_Object_t*);84 int32_t (*DisplayOff )(ST7735_Object_t*);85 int32_t (*SetBrightness )(ST7735_Object_t*, uint32_t);86 int32_t (*GetBrightness )(ST7735_Object_t*, uint32_t*);87 int32_t (*SetOrientation )(ST7735_Object_t*, uint32_t);154 int32_t ST7735_DeInit(ST7735_Object_t *pObj);156 int32_t ST7735_DisplayOn(ST7735_Object_t *pObj);[all …]
110 static int32_t ST7735_IO_Delay(ST7735_Object_t *pObj, uint32_t Delay);361 int32_t ST7735_DeInit(ST7735_Object_t *pObj) in ST7735_DeInit()374 int32_t ST7735_ReadID(ST7735_Object_t *pObj, uint32_t *Id) in ST7735_ReadID()407 int32_t ST7735_DisplayOn(ST7735_Object_t *pObj) in ST7735_DisplayOn()432 int32_t ST7735_DisplayOff(ST7735_Object_t *pObj) in ST7735_DisplayOff()909 int32_t ST7735_GetXSize(ST7735_Object_t *pObj, uint32_t *XSize) in ST7735_GetXSize()923 int32_t ST7735_GetYSize(ST7735_Object_t *pObj, uint32_t *YSize) in ST7735_GetYSize()1013 ST7735_Object_t *pObj = (ST7735_Object_t *)Handle; in ST7735_ReadRegWrap()1028 ST7735_Object_t *pObj = (ST7735_Object_t *)Handle; in ST7735_WriteRegWrap()1042 ST7735_Object_t *pObj = (ST7735_Object_t *)Handle; in ST7735_SendDataWrap()[all …]
45 extern ST7735_Object_t st7735_pObj;
24 ST7735_Object_t st7735_pObj;
Completed in 8 milliseconds