South UK
Offline
Sr. Member
Karma: 1
Posts: 491
|
 |
« Reply #30 on: January 13, 2013, 09:23:13 pm » |
That's a good idea, so I guess you would print the old text again to overwrite it (inverted color), then set the cursor position back and print the new?
|
|
|
|
|
Logged
|
|
|
|
|
Katowice POLAND
Offline
Full Member
Karma: 2
Posts: 127
Arduino rocks
|
 |
« Reply #31 on: January 14, 2013, 07:12:31 am » |
Yes exactly
|
|
|
|
|
Logged
|
|
|
|
|
South UK
Offline
Sr. Member
Karma: 1
Posts: 491
|
 |
« Reply #32 on: January 14, 2013, 08:13:10 am » |
thanks I will try that later  One other thing, I guess this won't work in SPI mode if I want to use a Ethernet shield aswel?
|
|
|
|
|
Logged
|
|
|
|
|
Katowice POLAND
Offline
Full Member
Karma: 2
Posts: 127
Arduino rocks
|
 |
« Reply #33 on: January 14, 2013, 08:15:27 am » |
Mmm hard to say I know that w5100 have problems with other devices on spi bus
|
|
|
|
|
Logged
|
|
|
|
|
UK
Offline
Sr. Member
Karma: 9
Posts: 356
|
 |
« Reply #34 on: January 14, 2013, 12:16:58 pm » |
It should work with other SPI Devices, as the SD card example shows.
As long as each device is assigned to it's own CS pin and the correct confit declared in the constructor or library.
As said above though, there can be issues with Wiznet 5100 based board as there is a bug with it where it doesn't release the SPI bus after use. Some shields have a fix implemented to ensure the CS is switched correctly.
I had an Ethernet shield clone that seemed to work OK alongside an nRF24L01+ transceiver on the same SPI bus, so your mileage an vary.
|
|
|
|
|
Logged
|
|
|
|
|
Katowice POLAND
Offline
Full Member
Karma: 2
Posts: 127
Arduino rocks
|
 |
« Reply #35 on: January 14, 2013, 12:49:13 pm » |
I just received this LCD on PCB and I think that there is no voltage level conversion ! only 10k ohm resistor on SD card lines! So I don't think that it's safe to connect this lcd to arduino directly !
|
|
|
|
|
Logged
|
|
|
|
|
South UK
Offline
Sr. Member
Karma: 1
Posts: 491
|
 |
« Reply #36 on: January 16, 2013, 08:05:56 am » |
Oh really? Do all the LCD signals need to be 3.3v then? Mine has been running fine but only for a few hours I guess?
|
|
|
|
|
Logged
|
|
|
|
|
Katowice POLAND
Offline
Full Member
Karma: 2
Posts: 127
Arduino rocks
|
 |
« Reply #37 on: January 16, 2013, 08:34:03 am » |
There is no information in datasheet that input are 5v tolerant (adafruit lcd board contains voltage level converter) so better asume that they need to be 3.3v logic level
|
|
|
|
|
Logged
|
|
|
|
|
South UK
Offline
Sr. Member
Karma: 1
Posts: 491
|
 |
« Reply #38 on: January 16, 2013, 08:48:56 am » |
oooh interesting. Did you use something on the bare LCD that you bought with no PCB?
|
|
|
|
|
Logged
|
|
|
|
|
Katowice POLAND
Offline
Full Member
Karma: 2
Posts: 127
Arduino rocks
|
 |
« Reply #39 on: January 16, 2013, 08:52:34 am » |
That project runs on 3.3v see schematics and pcb in attachment  Another one
|
|
|
|
|
Logged
|
|
|
|
|
South UK
Offline
Sr. Member
Karma: 1
Posts: 491
|
 |
« Reply #40 on: January 16, 2013, 10:54:40 am » |
Attachments don't seem to be working on here at the moment  I noticed earlier but yours seems to be the same.
|
|
|
|
|
Logged
|
|
|
|
|
Katowice POLAND
Offline
Full Member
Karma: 2
Posts: 127
Arduino rocks
|
 |
« Reply #41 on: January 16, 2013, 10:57:13 am » |
|
|
|
|
|
Logged
|
|
|
|
|
South UK
Offline
Sr. Member
Karma: 1
Posts: 491
|
 |
« Reply #42 on: January 16, 2013, 08:03:15 pm » |
Not working either, I'm getting a No data received page?
|
|
|
|
|
Logged
|
|
|
|
|
|