Search found 6 matches

by nend
Sat May 19, 2012 2:57 pm
Forum: Open Hardware
Topic: Is it possible to use other data lines?
Replies: 3
Views: 9218

Re: Is it possible to use other data lines?

Is there someone how knows the answer? :cry:

What do I need to adjust in the library to change the datapins?
by nend
Fri May 11, 2012 7:38 pm
Forum: Open Hardware
Topic: 2.2'' TFT LCD mixed up colors
Replies: 4
Views: 11551

Re: 2.2'' TFT LCD mixed up colors

See the attachment and look at the white and yellow letters.
I think this will say enough.
Bad display colors
Bad display colors
Display.JPG (134.25 KiB) Viewed 12045 times
by nend
Fri May 11, 2012 1:57 pm
Forum: Open Hardware
Topic: 2.2'' TFT LCD mixed up colors
Replies: 4
Views: 11551

Re: 2.2'' TFT LCD mixed up colors

@Jack,

I'm meant that all the pixels in the display get meshed up when I’m not using the red color.

Now for using it for a couple of days most of the colors works ok but when I use the color yellow or white and the most colors between them the pixels get mixed up.
It's looks like a lot of death ...
by nend
Fri May 11, 2012 1:52 pm
Forum: Open Hardware
Topic: Is it possible to use other data lines?
Replies: 3
Views: 9218

Re: Is it possible to use other data lines?

@Jack,

That's already what I think it's needed, but what do I need to change in the library.
I've been looking for it but my “c” knowledge is just not that good.

Can you give me a example peas of the code witch I’m have to change?

Greet Dave
by nend
Thu May 10, 2012 3:39 pm
Forum: Open Hardware
Topic: Is it possible to use other data lines?
Replies: 3
Views: 9218

Is it possible to use other data lines?

Hi Guys.

Is it possible to use other data lines then 0-7 but 2-9 so I can use the serial communication of the Arduino?

- Library UTFT
- Display 2.2” display (HY-TFT220)
- Arduino UNO

Thanks!
by nend
Wed May 09, 2012 4:22 pm
Forum: Open Hardware
Topic: 2.2'' TFT LCD mixed up colors
Replies: 4
Views: 11551

2.2'' TFT LCD mixed up colors

Hello,

I've got a HY-TFT220 and get it work, but... when I use a other color then red the colors get mixed up (differcen random colors).
This works good (myGLCD.setColor(255, 0, 0);) everything else does'nt works good.
Is this a defect of the device?
Or is it a problem from the UTFT library.