stylonurus
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Comments
Recent activity by stylonurus-
Mike,Thanks for checking this out.As it stands, I got this to work by writing the function set command twice in the initialization routine. writeOledCommand(0x3B); // Function Set writeOled...
-
Michael,I used a delay timer called spinlock to slow things down. I've tried different delay times as well but the delay does not seem to help or change behavior. More than not, the two lines occur...
-
Michael, Thanks for posting the code for the parallel interface. This really helped me. My major problem was the toggling of E in the data write routine. I was setting it high before the write out ...