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.
7 years, 2 months ago.
Hexiwear OLED Font problem
hello I hope to Change OpenSans_10x15_Regular as default to another font
so I was tried add font and coded like this
textProperties.font = newFont; oled.SetTextProperties(&textProperties);
but I had some error
Error: Identifier "NewFont" is undefined in "main.cpp", Line: 109, Col: 28
can I change font in hexiwear oled lib ? ?