Closed GoogleCodeExporter closed 9 years ago
I did some attempts to add support for the SSD1289 in my other lib: Ucglib.
However no success. I might continue once with the SSD1289, but not with U8glib.
With u8glib i will focus on monochrome displays only.
Original comment by olikr...@gmail.com
on 16 Oct 2014 at 9:17
I actually meant the colour library, I must have searched and found the wrong
one! Lucky that you work on both really...
I think adding that display would be popular enhancement. Best of luck in
finding a working solution. Looking forward to using it!
Thanks for a quick response.
Original comment by Harvey.W...@gmail.com
on 17 Oct 2014 at 8:23
I actually added some code for this device in ucglib, but i do not have the
hardware in my lab. I guess i need to get a suitable SSD1289 display first.
Original comment by olikr...@gmail.com
on 17 Oct 2014 at 8:27
Great, I'll give it a try then and report back. That link (above) is a good
source if you need one for testing. They also have arduino megas for £8 and
they're reliable. Is there a donation page? I'd be happy to contribute to this
library. There's a lot of wiring, but you'll find a working setup in the
comments section of the product page. Cheers.
Original comment by Harvey.W...@gmail.com
on 17 Oct 2014 at 8:38
what do you think about this display:
http://www.ebay.com/itm/3-2-TFT-LCD-Module-Touch-Panel-TFT-3-2-LCD-Shield-Expans
ion-Board-/121183009901?
less wiring effort...
Original comment by olikr...@gmail.com
on 17 Oct 2014 at 6:44
It's very similar and less wiring for sure. Thanks for the suggestion, however
it's also double the cost and creates a pin conflict with the CC3000 shield
(0-7 digital pins for touch). I basically just want an Arduino mega with a
sizeable (3+ inch) TFT touchscreen and wifi. It's surprisingly hard to pull
together at a reasonable cost! Then of course I need a great display library :)
You mentioned there's code in the Uglib library for the display type. There's
no docs yet, so what would I call as the equivalent of setup code, e.g.
"Ucglib_ST7735_18x128x160_HWSPI ucg(/*cd=*/ , /*cs=*/, /*reset=*/);" given the
UTFT setup details would be the default "UTFT myGLCD(SSD1289,38,39,40,41); ". I
guessed Ucglib_ SSD1289_32x240x320... but apparently I was wrong!
Thanks again for the help.
Original comment by Harvey.W...@gmail.com
on 17 Oct 2014 at 11:19
ok, too clean up things, i will continue with my comments here:
https://code.google.com/p/ucglib/issues/detail?id=38
This ticket i will close. The change will go to ucglib.
Original comment by olikr...@gmail.com
on 18 Oct 2014 at 5:37
Original comment by olikr...@gmail.com
on 13 Dec 2014 at 5:20
Original issue reported on code.google.com by
Harvey.W...@gmail.com
on 16 Oct 2014 at 12:38