Search found 2 matches

by MarekM
05 Apr 2017 13:20
Forum: mikroC PRO for PIC General
Topic: How to stop overwritting text on graphic LCD?
Replies: 7
Views: 3736

Re: How to stop overwritting text on graphic LCD?

Hi,
I must solve similar problem. Best solution is function

void TFT_Image(unsigned int left, unsigned int top, code const far unsigned short * image, unsigned short stretch);

You need prepare bitmap images and to write them instead characters.
by MarekM
05 Apr 2017 12:24
Forum: Visual TFT Wish List
Topic: Label with background
Replies: 1
Views: 4640

Label with background

I wish Label with background. Now the label is written without background. That's fine, but sometimes I need to show the value of 2 times per second (meter). Clearing and writing text is not suitable, the text is blinking. I want write the text (character) with background at the same time. Now I mus...

Go to advanced search