mui C example #2569
-
Hello all Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Any code? You also need to send the buffer, MUI will not do that. |
Beta Was this translation helpful? Give feedback.
-
thanks for the quick answer ... I did not include code as I am assuming I am completely wrong :) . As I say, u8g2 works o.k. The code below is all in one main.c `#include "u8g2.h" u8g2_t u8g2; muif_t muif_list[] = { void InitU8G2(void) InitU8G2(); ` The drawstring works, but nothing beyond. thanks |
Beta Was this translation helpful? Give feedback.
-
No it wasn't that. I got the last parameter of mui_Init wrong ! I assumed there was only one list but there are two. The minimal example now displays so I will work on getting the countdown example completely working. Thanks again for you help and fast response. 👍 :) |
Beta Was this translation helpful? Give feedback.
No it wasn't that. I got the last parameter of mui_Init wrong ! I assumed there was only one list but there are two.
ui_Init is not in the reference, so I may still have the parameters wrong.
The minimal example now displays so I will work on getting the countdown example completely working.
Thanks again for you help and fast response. 👍 :)