I have a msp430f5529'm using your lib ... however if I for example put
while (1) {
clearscreen (1);
setColor (COLOR_16_WHITE);
drawString (5, 0, FONT_MD, "Menu");
}
in a while ... I can see it flashing ... is this normal? I thought it would blink so fast I could not see ...
if you can help me guide me too ... if I'm making a menu