u8g2 Library Porting for TI's MSPM0G3507 MCU #2435
-
Hi, I have recently started working on a project in which I need to use TI's MCU, MSPM0G3507 and drives 128x32 SSD1316 OLED display through I2C Comms. I have tested these displays with STM32 Nucleo Board using u8g2 library before and it worked really well . So I just changed HAL for MSPM0G3507's I2C and run the code. But the display just only showed the noise random pixels.
Is there any switch case that I need to implement ?? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi, I just found out the issue. I reset the buf_idx in
instead of here.
Now it's OK. |
Beta Was this translation helpful? Give feedback.
Hi, I just found out the issue. I reset the buf_idx in
instead of here.
Now it's OK.