Search found 32 matches

by resset
Fri Mar 08, 2013 3:03 pm
Forum: LCD Driver and Graphic Framework
Topic: SSD2119 driver
Replies: 20
Views: 12702

Re: SSD2119 driver

Thanks inmarket, thanks Tectu - I got it:) Thanks for merge. I think at the weekend I'll find time to look at STMPE811. Any progress will be published.

Mateusz
by resset
Fri Mar 08, 2013 2:17 am
Forum: LCD Driver and Graphic Framework
Topic: SSD2119 driver
Replies: 20
Views: 12702

Re: SSD2119 driver

I made a small file with STMPE811 registers addresses, just like in SSD2119 case. I also changed board file name to what I was referring to in previous post. Not sure if it is okay, so please look at the changes. Everything is in #41 pull request.

Mateusz
by resset
Fri Mar 08, 2013 12:13 am
Forum: LCD Driver and Graphic Framework
Topic: SSD2119 driver
Replies: 20
Views: 12702

Re: SSD2119 driver

Not yet, unfortunately. This was a busy week for me. Thanks for sharing:) As soon as I do anything I will let you know for not to double the work. I may not be as fast as you/others since I am still learning ChibiOS/GFX and ChibiOS/RT. As I suppose, board files for this board should be mostly like t...
by resset
Thu Mar 07, 2013 11:18 pm
Forum: LCD Driver and Graphic Framework
Topic: SSD2119 driver
Replies: 20
Views: 12702

Re: SSD2119 driver

To be honest I didn't make one yet... For now I just used ST_STM32F4_DISCOVERY board files.
by resset
Mon Mar 04, 2013 6:55 pm
Forum: LCD Driver and Graphic Framework
Topic: SSD2119 driver
Replies: 20
Views: 12702

Re: SSD2119 driver

Well... yes. First load any image in gimp and hit File > Export. Use ".c" as extension to the output file. Select only last checkbox (Save as RGB565 16-bit) and you get something similar: /* GIMP RGB C-Source image dump (chelmon_avatar.c) */ static const struct { unsigned int width; unsign...
by resset
Sun Mar 03, 2013 8:30 pm
Forum: LCD Driver and Graphic Framework
Topic: SSD2119 driver
Replies: 20
Views: 12702

Re: SSD2119 driver

Thanks for merging:) Image in my demo was hardcoded as C array which I put into gdispBlitArea(), so nothing interesting here. The fun is that I made that array with GIMP (it allows to export any image to C, just add .c extension to file being saved). Your propositions sound very interesting, but I d...
by resset
Sat Mar 02, 2013 1:39 pm
Forum: LCD Driver and Graphic Framework
Topic: SSD2119 driver
Replies: 20
Views: 12702

Re: SSD2119 driver

Pull request made. There is still some work left with this board: - STMPE811 touch screen controller driver - camera driver - I didn't try to run ARMCM4-STM32F407-LWIP-FATFS-USB demo but I think this one is most suited to this board (ofc it will need some modifications/drivers) Well... I am not sure...
by resset
Sat Mar 02, 2013 1:01 pm
Forum: LCD Driver and Graphic Framework
Topic: SSD2119 driver
Replies: 20
Views: 12702

SSD2119 driver

I'm in a (long) process of adopting ChibiOS/* projects to my dev board which is this one: http://www.armkits.com/Product/DM-STF4BB.asp (I have full setup with both LCD & camera). The first and only thing I did is ChibiOS/GFX gdisp driver for SSD2119 LCD driver found on DM-LCD35RT. I also made ap...
by resset
Mon Feb 11, 2013 1:21 am
Forum: LCD Driver and Graphic Framework
Topic: In search of a logo
Replies: 9
Views: 5859

Re: In search of a logo

Maybe we do it wrong and should edit SVG with notepad :D
by resset
Mon Feb 11, 2013 12:24 am
Forum: LCD Driver and Graphic Framework
Topic: In search of a logo
Replies: 9
Views: 5859

Re: In search of a logo

Thanks for nice words and... WOW, I didn't expect it to be accepted that fast :) I think there is still something to do with this, e.g. IMHO it looks better on white/light backgrounds rather than dark ones. The other thing: I did't test it on graphic display because driver for my one is not complete...

Go to advanced search