Search found 5 matches

by jeffg
Fri Feb 26, 2010 8:33 am
Forum: Components (Other)
Topic: GLCD with fast display
Replies: 1
Views: 6483

GLCD with fast display

Hello,

I am developping an application with a GLCD which need to display big numbers in a fast way. The GLCD EB043 is not fast enough.

Does someone know a different GLCD which allow faster display ?

Thanks for your help

Jeff
by jeffg
Wed Dec 16, 2009 11:20 am
Forum: General / Misc
Topic: GLCD and bigger characters
Replies: 1
Views: 2913

GLCD and bigger characters

Hello, I try to display bigger characters than double on the GLCD. I did modify the gLCD_Code.C by replacing this : if (Font == 2) //Double Height and Width Sizes { Fontwidth = 2; Fontheight = 2; by : if (Font == 2) //Double Height and Width Sizes { Fontwidth = 3; Fontheight = 3; but there is no mod...
by jeffg
Mon Nov 03, 2008 7:24 pm
Forum: Components (Comms)
Topic: I2C Slave
Replies: 5
Views: 10256

I2C Slave

Hello,

I am working on a project with 2 PICs (16f877a) with I2C communication between both of them but it seems that Flowcode has only a master i2C component.

Has someone find a good code C to insert in a flowcode project ? Or any other solution ?

Thanks for your help,

Jeff
by jeffg
Tue Oct 28, 2008 6:20 pm
Forum: General / Misc
Topic: I2C EEPROM
Replies: 5
Views: 5347

Re: I2C EEPROM

Thanks for your explanations but how to do if I want to save 3 values or more ?
by jeffg
Sat Sep 27, 2008 7:27 pm
Forum: General / Misc
Topic: I2C EEPROM
Replies: 5
Views: 5347

I2C EEPROM

Hello, I did test the example program downloaded on the Matrix website and it did work. But, in order to well understand what is done and how to use it in my programs. In the example we write 2 values "H" or 72 and "i" or 105: - but are they store in 0,0 and 0,1 ? - is it possible to store more than...