You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I can run the demo on Pi OS after I update the GPIO setting
typedef enum {
GPIO_CS = 525,// 13,
GPIO_PD = 531,//19,
GPIO_INT = 538//26
} gpio_name;
Hi,
I can run the demo on Pi OS after I update the GPIO setting
typedef enum {
GPIO_CS = 525,// 13,
GPIO_PD = 531,//19,
GPIO_INT = 538//26
} gpio_name;
but I am stuck to read an image from flash according to the guide
https://riverdi.com/knowledge-base/eve4-getting-started
I used the function Load_ImageASTC() but always no image show on the LCD.
I am wondering if you can add an example for reading image from flash thanks
Best regards
Dylan
The text was updated successfully, but these errors were encountered: