Search found 14 matches

by Sam37
Sat Dec 31, 2016 8:42 pm
Forum: Flowcode V7
Topic: Connect Grove LCD RGB to Base Shield on a Arduino
Replies: 37
Views: 29598

Re: Connect Grove LCD RGB to Base Shield on a Arduino

Sam37 wrote:
Benj wrote:
maybe try an LCD address of 62 rather than 124 and see if that makes any difference.
Did you try this?
Where did you find 124, i have in i2c config 32, i'll try 64 and 124 and not work
Please
by Sam37
Thu Dec 22, 2016 3:28 pm
Forum: Flowcode V7
Topic: Connect Grove LCD RGB to Base Shield on a Arduino
Replies: 37
Views: 29598

Re: Connect Grove LCD RGB to Base Shield on a Arduino

Benj wrote:
maybe try an LCD address of 62 rather than 124 and see if that makes any difference.
Did you try this?
Where did you find 124, i have in i2c config 32, i'll try 64 and 124 and not work
by Sam37
Wed Dec 21, 2016 10:37 pm
Forum: Flowcode V7
Topic: Connect Grove LCD RGB to Base Shield on a Arduino
Replies: 37
Views: 29598

Re: Connect Grove LCD RGB to Base Shield on a Arduino

kersing wrote:Please resize pictures to normal (800x600 max) dimensions before posting. These pictures are far to large.
by Sam37
Wed Dec 21, 2016 4:27 pm
Forum: Flowcode V7
Topic: Connect Grove LCD RGB to Base Shield on a Arduino
Replies: 37
Views: 29598

Re: Connect Grove LCD RGB to Base Shield on a Arduino

I have buy a alternative arduino kit with a right lcd i2c, today i can try it, when i retry tpvuse a i2c lcd, not work
by Sam37
Fri Dec 09, 2016 9:35 am
Forum: Flowcode V7
Topic: Connect Grove LCD RGB to Base Shield on a Arduino
Replies: 37
Views: 29598

Re: Connect Grove LCD RGB to Base Shield on a Arduino

Aha found a minor problem that the I2C address is different for the backlight. So this should now be fixed but might also need to be divided by 2 to work correctly. lcd_Grove_I2C.fcpx The grove library looks like this which suggests the divide by 2 is needed. #define LCD_ADDRESS (0x7c>>1) #define R...
by Sam37
Thu Dec 08, 2016 1:05 pm
Forum: Flowcode V7
Topic: Connect Grove LCD RGB to Base Shield on a Arduino
Replies: 37
Views: 29598

Re: Connect Grove LCD RGB to Base Shield on a Arduino

Benj wrote:Hi Sam,

Please can you send me your program so we can double check there is nothing wrong there.

Also when you upload images please can you reduce the pixel size a bit, I'm reducing the pixel width to 640 to allow the image to be seen.
Ok, sorry but i send from my phone ^^ (for picture)
by Sam37
Thu Dec 08, 2016 10:21 am
Forum: Flowcode V7
Topic: Connect Grove LCD RGB to Base Shield on a Arduino
Replies: 37
Views: 29598

Re: Connect Grove LCD RGB to Base Shield on a Arduino

Benj wrote:Right hopefully this component will work correctly for you.
The attachment lcd_Grove_I2C.fcpx is no longer available
Let me know how you get on.
Not work
by Sam37
Tue Dec 06, 2016 12:58 pm
Forum: Flowcode V7
Topic: Connect Grove LCD RGB to Base Shield on a Arduino
Replies: 37
Views: 29598

Re: Connect Grove LCD RGB to Base Shield on a Arduino

Benj wrote:Right hopefully this component will work correctly for you.
lcd_Grove_I2C.fcpx
Let me know how you get on.
Thank I'll try thursday
by Sam37
Tue Dec 06, 2016 10:05 am
Forum: Flowcode V7
Topic: Connect Grove LCD RGB to Base Shield on a Arduino
Replies: 37
Views: 29598

Re: Connect Grove LCD RGB to Base Shield on a Arduino

Right here is a new and untested component for the Grove display. Simply add the component to your installation by copying the attached file to your "Flowcode 7/components" directory before starting Flowcode and the new component will appear in the displays component category. lcd_Grove.f...
by Sam37
Mon Dec 05, 2016 11:11 pm
Forum: Flowcode V7
Topic: Connect Grove LCD RGB to Base Shield on a Arduino
Replies: 37
Views: 29598

Re: Connect Grove LCD RGB to Base Shield on a Arduino

Right here is a new and untested component for the Grove display. Simply add the component to your installation by copying the attached file to your "Flowcode 7/components" directory before starting Flowcode and the new component will appear in the displays component category. lcd_Grove.f...
by Sam37
Sun Dec 04, 2016 5:04 pm
Forum: Flowcode V7
Topic: Connect Grove LCD RGB to Base Shield on a Arduino
Replies: 37
Views: 29598

Re: Connect Grove LCD RGB to Base Shield on a Arduino

Hello, The program you're using will help a lot, it shows what chip you're using, your configuration settings, the specific LCD component etc. Just helps for us to rule out the easy stuff before having to dig into the more complicated specifics. Attach it when you can and we will investigate. So ? ...
by Sam37
Fri Dec 02, 2016 12:06 pm
Forum: Flowcode V7
Topic: Connect Grove LCD RGB to Base Shield on a Arduino
Replies: 37
Views: 29598

Re: Connect Grove LCD RGB to Base Shield on a Arduino

Benj wrote:Hi Sam,

Please can you attach your program and I will investigate for you.
Hey, I thought I had put it, and I do not have access to my pc, but it's just a program to test the screen, with a button and the LCD
by Sam37
Fri Dec 02, 2016 10:03 am
Forum: Flowcode V7
Topic: Connect Grove LCD RGB to Base Shield on a Arduino
Replies: 37
Views: 29598

Connect Grove LCD RGB to Base Shield on a Arduino

I want to print on grove lcd number on I2C port on base shield, all this on arduino Uno PDIP but not work, after the transfer on the card it does not show me anything, the voltage is well on 5V.