Page 1 of 1

HX8347D serial driver

Posted: Mon May 20, 2013 7:39 pm
by Eddie
Hi, I have a display with driver HX8347D.
I wrote to him driver for chibios/gfx, functional version is attached.

I tested:
benchmark: 2,4 Mpix/s
screen orientation

It may be useful to someone.

Re: HX8347D serial driver

Posted: Mon May 20, 2013 10:01 pm
by Tectu
Hello Eddie,

Thank you very much for contributing this new driver. I took a quick look and you seem to do your work very clean and properly. Everything is right - the Makefile, the readme, even the doxygen file paths :P
I guess you want the driver to be included into the repository? Frankly I already did it - I will write a blog post about the new driver after this post. If you don't want your driver being included into the repository, just let me know.


~ Tectu

Re: HX8347D serial driver

Posted: Mon May 20, 2013 10:31 pm
by Eddie
Hello Tectu,
thanks for the compliment, I am newbie in Chibios. I used the already published drivers and examples.
Of course, I agree with the including into the repository.

Display interface setting:

Code: Select all

IM3 IM2 IM1 IM0    Interface
0   1   1   -      4-wire serial interface

RESET     - PB8
RS(DNC)   - PB9
CS        - PA4
SCL       - PA5 
SDI       - PA7


Eddie

Re: HX8347D serial driver

Posted: Mon May 20, 2013 10:36 pm
by Tectu
Okay, the blog post has been published and the information about the new driver has been tweetet. Of course you have also been added to the contributors table. You might want to tell me your real name if you llike to.
I'd love to see more contributions coming from you in the future :P

Might I ask what you're working on? We are still lacking some nice user projects showing what can be done with ChibiOS/RT + ChibiOS/GFX.


~ Tectu

Re: HX8347D serial driver

Posted: Mon Jun 03, 2013 11:59 am
by Eddie
I work as programmer camera inspection applications in Labview - http://ni.com/vision
Arm processors programing is only hobby for me.