When compiling to chip, display doesn't work.
I believe the issue is it's missing 2 lines of code in the "Start"method.
Currently, it looks like this:
It should look like this (missing code highlighted):
Another Adafruit 20x4 LCD component bug
Moderator: Benj
- LeighM
- Matrix Staff
- Posts: 2178
- Joined: Tue Jan 17, 2012 10:07 am
- Has thanked: 481 times
- Been thanked: 699 times
Re: Another Adafruit 20x4 LCD component bug
Hi
Thanks.
I've had a look at the Adafruit Arduino reference code, and you are correct, it shows an extra 0x08 for V2 only,
So I've added this on a new property OLED V2 no/yes.
Although the Adafruit gives the order as 3,8,2,2,8 rather than 3,2,8,2,8 so I've implemented it as Adafruit sequence,
let me know if it does not work for you.
Thanks
Leigh
Thanks.
I've had a look at the Adafruit Arduino reference code, and you are correct, it shows an extra 0x08 for V2 only,
So I've added this on a new property OLED V2 no/yes.
Although the Adafruit gives the order as 3,8,2,2,8 rather than 3,2,8,2,8 so I've implemented it as Adafruit sequence,
let me know if it does not work for you.
Thanks
Leigh
- Attachments
-
- LCDAdafruitOLED4x20.fcpx
- (25.53 KiB) Downloaded 210 times