PleaseSam37 wrote:Where did you find 124, i have in i2c config 32, i'll try 64 and 124 and not workBenj wrote:Did you try this?maybe try an LCD address of 62 rather than 124 and see if that makes any difference.
Search found 14 matches
- 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
- 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
Where did you find 124, i have in i2c config 32, i'll try 64 and 124 and not workBenj wrote:Did you try this?maybe try an LCD address of 62 rather than 124 and see if that makes any difference.
- 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.
- 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
- 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...
- 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
Ok, sorry but i send from my phone ^^ (for picture)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.
- 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
Not workBenj wrote:Right hopefully this component will work correctly for you.
Let me know how you get on.
- 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
Thank I'll try thursdayBenj wrote:Right hopefully this component will work correctly for you.
Let me know how you get on.
- 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...
- 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...
- 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 ? ...
- Sat Dec 03, 2016 10:52 pm
- Forum: Flowcode V7
- Topic: Connect Grove LCD RGB to Base Shield on a Arduino
- Replies: 37
- Views: 29598
- 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
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 LCDBenj wrote:Hi Sam,
Please can you attach your program and I will investigate for you.
- 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.