LiquidTWI Compiler errors with Arduino 1.0

For other supported Arduino products from Adafruit: Shields, accessories, etc.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
danielbriggs
 
Posts: 1
Joined: Sat Feb 15, 2014 11:37 am

Re: LiquidTWI Compiler errors with Arduino 1.0

Post by danielbriggs »

I know this is an old problem, however I've spent the last hour trying to resolve the same issue.
Only posting to help future people with the same issue as wellesley.

The issue of hanging on using lcd.createchar is present on the following libraries:
- LiquidCrystal (adafruit i2C modified version)
- LiquidTWI
- LiquidTWI2

lcd.createchar must be placed AFTER lcd.begin, otherwise it will compile, but operation hang.

Swapping them over works a treat on mine.

Hope that helps!
Dan

Locked
Please be positive and constructive with your questions and comments.

Return to “Other Arduino products from Adafruit”