How to implement ILI9341 TFT

LVL 9

I’m using ILI9341 connected to a cheap TFT, the docs explain I need to implement the following functions:

int32_t my_lcd_send_cmd(lv_display_t *disp, const uint8_t *cmd, size_t cmd_size, const uint8_t *param, size_t param_size)

int32_t my_lcd_send_color(lv_display_t *disp, const uint8_t *cmd, size_t cmd_size, uint8_t *param, size_t param_size)

It then says to refer to the generic MIPI driver documentation. for a working example, but that link is broken. Does anyone have a working example or the correct link to the document example?

I’m using Linux but all the examples I see are for Audrino or STM stuff

try to see here

Thanks @glory-man