Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 10 months ago.
oled.drawChar and oled.drawString doesn't work
for example:
char* str = "Seeed";
oled.drawChar(247, 15, 15, Red,6);
oled.drawString(str,25,25,Green,8,6);