I am writing code for the set blinking bits digit display
'#define FEATURE 0x0E'
'#define ENABLE_BLINK 0x10'
'#define START_BLINK 0x80'
'I2CWrite(FEATURE, ENABLE_BLINK );'
'I2CWrite(FEATURE, START_BLINK );'
What is wrong?
I am writing code for the set blinking bits digit display
'#define FEATURE 0x0E'
'#define ENABLE_BLINK 0x10'
'#define START_BLINK 0x80'
'I2CWrite(FEATURE, ENABLE_BLINK );'
'I2CWrite(FEATURE, START_BLINK );'
What is wrong?
First you need to read the forum guidelines: How to get the best out of this forum After that re-post the full code, not a bit of meaningless data. Tell us what parts are involved, post an annotated schematic showing exactly how you have it wired be sure to include power sources. Also since we are not clairvoyant tell us what is not working and how it should work.
No clue based on the information posted. I suggest you try the example code provided with your display library.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.