LoyalServant
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Comments
Recent activity by LoyalServant-
Quote from: Saurabh_B on May 06, 2016, 08:11:51 AM Hi,Glad to see you have it figured out.For this controller the I²C address will be 7-bits wide, and the 8th-bit (LSB) will determine whether you...
-
Wanted to post the solution to the above....Spotted by an AVRFreaks member.The address needed to be shifted to the left by 1 bit.I do indeed have egg on my face Fixed code: void send_packet(uint8_...
-
Because I just can't put it down....Some test code below... ideas what's being fouled up on the bus? #define F_CPU 20000000UL#include <avr/io.h>#include <util/delay.h>const uint8_t ROW_N = 4; ...
-
I can't share anything on that because it's proprietary.. one of the things that makes this a little hard when asking for help.We are looking for a display to work in an existing product and the ph...
-
Ok, so a colleague remembered that he gave his son an Arduino a couple years ago. We were able to get a demo program running on the Arduino so now I have to figure out why we can't get this working...
-
Quote from: Paul_B on May 10, 2016, 12:48:11 PM Glad to hear you got your display up and running! Thank you Paul.Question: What bus speeds are supported in I2C mode?I plugged this example i...
-
I got this going... was sending data wrong.....Senior moment again.