HI mario,
Like discussed last week, i send you 3 files for the TS6963 driver, a header, a 
makefile and the source code.
If you want i could send you hardware information about my lcd.
Best Regards
Sébastien PHILIPPE





> Message du 20/11/08 à 17h52
> De : "mario.machine" 
> A : [email protected]
> Copie à : 
> Objet : [foxboard] Re: Some questions about fox board.
> 
> > Thanks for the answer, great, If you want, you can send to my the code
> by email ([EMAIL PROTECTED])
> 
> Many Thanks in advance.
> 
> --- In [email protected], sebphi wrote:
> >
> > Hello Mario,
> > I already play with a T6963C driver (64 * 256 pixels) and my fox.
> But i developped in user mode and not kernel mode, i stay blocked for
> designing the module....
> > Let me check a little i will send you my code.
> > BR
> > Sébastien 
> > 
> > 
> > 
> > 
> > 
> > > Message du 20/11/08 Ã  09h29
> > > De : "mario.machine" 
> > > A : [email protected]
> > > Copie à : 
> > > Objet : [foxboard] Some questions about fox board.
> > > 
> > > > Hi all, I'm new of the fox, and I have some question befor buy my
> > > first foxboard. I need to connect an graphic lcd with T6963C or
> > > SED1335. There are some driver to use this direct from the compiler ?
> > > For example to display a picture, draw a line, write text, ecc. I need
> > > also to attach other device with high speed SPI BUS (up to 8Mhz),
> > > there are some driver to work with spi (send or receive byte, ecc) ?
> > > 
> > > Many thanks in advance.
> > > 
> > > Best Regards.
> > > Mario
> > > 
> > > 
> > 
> > 
> > ____________________________________________________
> > 
> > Écoutez gratuitement le nouveau single de Noir Désir et découvrez
> d'autres titres en affinité avec vos goûts musicaux
> ! 
> http://musiline.voila.fr/player/generate/4/15/31774/?intitule=Gagnants+%2F+Perdants
> >
> 
> 
 

____________________________________________________

Écoutez gratuitement le nouveau single de Noir Désir et découvrez d'autres 
titres en affinité avec vos goûts musicaux 
! http://musiline.voila.fr/player/generate/4/15/31774/?intitule=Gagnants+%2F+Perdants

Attachment: lcd.c
Description: Binary data

Attachment: lcd.h
Description: Binary data

AXIS_USABLE_LIBS = UCLIBC GLIBC
include $(AXIS_TOP_DIR)/tools/build/Rules.axis

PROGS     = lcd
#PROGS     = lcd_sys_call
OBJS      = lcd.o
#OBJS      = lcd_sys_call.o
INSTDIR = $(prefix)/usr/bin

all: $(PROGS)
LDFLAGS += -lm
$(PROGS): $(OBJS)
        $(CC) $(LDFLAGS) $^ $(LDLIBS) -o $@
        $(STRIP) $@

install: $(PROGS)
        $(INSTALL) -p -o root -g root -m 0777 $(PROGS) $(INSTDIR)

clean:
        rm -f $(PROGS) *.o core

Reply via email to