Searched refs:ST7796S_WriteCommand (Results 1 – 1 of 1) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/st7796s/ |
| D | fsl_st7796s.c | 72 static status_t ST7796S_WriteCommand(st7796s_handle_t *handle, in ST7796S_WriteCommand() function 114 …ST7796S_ERROR_CHECK(ST7796S_WriteCommand(handle, preset_ptr[i + 1u], &preset_ptr[i + 2u], param_le… in ST7796S_PresetDriver() 123 ST7796S_ERROR_CHECK(ST7796S_WriteCommand(handle, ST7796S_CMD_SWRESET, NULL, 0)); in ST7796S_SoftwareReset() 141 return ST7796S_WriteCommand(handle, slp_cmd, NULL, 0); in ST7796S_SleepMode() 180 ST7796S_ERROR_CHECK(ST7796S_WriteCommand(handle, inv_cmd, NULL, 0U)); in ST7796S_InvertDisplay() 197 ST7796S_ERROR_CHECK(ST7796S_WriteCommand(handle, disp_cmd, NULL, 0U)); in ST7796S_EnableDisplay() 205 ST7796S_ERROR_CHECK(ST7796S_WriteCommand(handle, ST7796S_CMD_COLMOD, &pixel_fmt, 0x01U)); in ST7796S_SetPixelFormat() 214 ST7796S_ERROR_CHECK(ST7796S_WriteCommand(handle, ST7796S_CMD_TEOFF, NULL, 0U)); in ST7796S_SetTEConfig() 224 ST7796S_ERROR_CHECK(ST7796S_WriteCommand(handle, ST7796S_CMD_TEON, &te_cfg, 1U)); in ST7796S_SetTEConfig() 239 ST7796S_ERROR_CHECK(ST7796S_WriteCommand(handle, ST7796S_CMD_CASET, tx_buf, 4U)); in ST7796S_SelectArea() [all …]
|