deadbringer17 / u8glib

Automatically exported from code.google.com/p/u8glib
Other
0 stars 0 forks source link

Support for 3.2" display (SSD1289) #291

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Massive fan of this library. Thanks you for your hard work.

If you could add support for SSD1289 displays then that would be HUGELY 
appreciated. They're so inexpensive at the moment 
(http://www.banggood.com/3_2-Inch-SSD1289-TFT-LCD-Display-Module-Touch-Panel-For
-Arduino-p-918609.html) and they could open up a world of possibilities for 
Arduino projects!

Thanks,

Harvey

Original issue reported on code.google.com by Harvey.W...@gmail.com on 16 Oct 2014 at 12:38

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by olikr...@gmail.com on 13 Dec 2014 at 5:20