Search found 89 matches

by inmarket
Tue Jul 31, 2012 12:56 pm
Forum: LCD Driver and Graphic Framework
Topic: GDISP driver
Replies: 170
Views: 71756

Re: GDISP driver

If you're interested, i've a working lib for the nokia 6610 / 6100 LCD for the STM32, using hard SPI and 1 soft bit. Would you like to have it? Yes definitely please. However, how did you restructure the text rendering code? Did you write some sort of script? Wrote a program to restructure it. I wi...
by inmarket
Tue Jul 31, 2012 9:20 am
Forum: LCD Driver and Graphic Framework
Topic: GDISP driver
Replies: 170
Views: 71756

Re: GDISP driver

The low level driver does support adding a pixel read-back. It is already one of the predefined but optional low level driver routines. It needs to be optional as not all displays support pixel read-back. If your application (or console) code requires pixel read-back you can set GDISP_NEED_PIXELREAD...
by inmarket
Tue Jul 31, 2012 8:57 am
Forum: LCD Driver and Graphic Framework
Topic: GLCD and Touchpad Library
Replies: 137
Views: 70668

Re: GLCD and Touchpad Library

Created a new topic for GDISP.
by inmarket
Tue Jul 31, 2012 7:31 am
Forum: LCD Driver and Graphic Framework
Topic: GLCD and Touchpad Library
Replies: 137
Views: 70668

Re: GLCD and Touchpad Library

How do I create a login so I can update the wiki? It appears the forum login is does not work.
by inmarket
Tue Jul 31, 2012 7:23 am
Forum: LCD Driver and Graphic Framework
Topic: GDISP driver
Replies: 170
Views: 71756

GDISP driver

The new GDISP driver is an architecture independant rewrite of the GLCD interface. This new architecture independance should allow many new low level drivers to be easily added and has many new features. It may be found at https://github.com/Tectu/ChibiOS-LCD-Driver under the halext directory. A glc...
by inmarket
Tue Jul 31, 2012 6:56 am
Forum: LCD Driver and Graphic Framework
Topic: GLCD and Touchpad Library
Replies: 137
Views: 70668

Re: GLCD and Touchpad Library

Just did pull request for restructured code. As the changes are major the restructured version is in a different directory. A glcd.h compatability file has been included that allow applications written to use the existing GLCD driver to use the GDISP driver with little or no change. The new GDISP dr...
by inmarket
Sat Jul 28, 2012 3:03 pm
Forum: LCD Driver and Graphic Framework
Topic: GLCD and Touchpad Library
Replies: 137
Views: 70668

Re: GLCD and Touchpad Library

Fantastic feedback. Thanks. I'm a happy little beaver now - coding away. I'll upload as soon as I have something useful.
by inmarket
Sat Jul 28, 2012 5:46 am
Forum: LCD Driver and Graphic Framework
Topic: GLCD and Touchpad Library
Replies: 137
Views: 70668

Re: GLCD and Touchpad Library

You can send a pull request to the github repo whenever you want. If you want, I can give you a new branch on the repository where you can write your stuff (or simply fork it yourself). Yes please. Whilst doing a lot of embedded work, I haven't used Git very often so I will need to bring myself up ...
by inmarket
Fri Jul 27, 2012 2:10 pm
Forum: LCD Driver and Graphic Framework
Topic: GLCD and Touchpad Library
Replies: 137
Views: 70668

Re: GLCD and Touchpad Library

I downloaded the latest code in the hopes of using it as a framework to implement my own graphics interface based on a different CPU and LCD. The code is an amazing work and a lot of people have put a lot of time into this. I have however discovered a number of short-comings in the high level code b...

Go to advanced search