Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection to Adafruit i2c 16x2 RGB LCD Pi Plate #26

Open
kentew opened this issue Jan 3, 2020 · 5 comments
Open

Connection to Adafruit i2c 16x2 RGB LCD Pi Plate #26

kentew opened this issue Jan 3, 2020 · 5 comments

Comments

@kentew
Copy link

kentew commented Jan 3, 2020

I am trying to use this to connect to the plate mentioned in subject. I am using C# in Visual Studio 2017, then running on the RaspberryPi using Mono. I have had success with multiple applications this way, including one that connects to a LED light. I am just not having any luck with the 16x2 character LCD. I'll try to organize my efforts again and get an error message to you, but really just looking for some general direction as I am completely frazzled right now with all the various attempts.
Thanks,
Ken

@bfsmithATL
Copy link

bfsmithATL commented Jan 3, 2020

Hey Ken,
I’d first try to see if your LCD Pi plate is OK. Do you have another I2C host like an Arduino or other microcontroller handy to send data to the plate? Have you been able to verify that your Pi is sending the proper I2C frames? You can use a logic analyzer like the Saleae Logic or equivalent, very handy. Also, besides peppering your code with logging and console out statements to debug along the way, try setting up remote debugging from Visual Studio to mono on the Pi, very very useful: check Here and this Really good write up Basically just google “remote debugging mono raspberry pi Visual Studio” and start researching so you’re not flying blind.

@kentew
Copy link
Author

kentew commented Jan 3, 2020 via email

@JTrotta
Copy link
Owner

JTrotta commented Jan 4, 2020

@kentew Which empty directories are you talking about?

@kentew
Copy link
Author

kentew commented Jan 4, 2020 via email

@JTrotta
Copy link
Owner

JTrotta commented Jan 4, 2020

Ok. No it's not because it has been ported, it's just because I published only what I have already tested. I did not ever used any display. When I'll use them I will publish the code.
Any way you are free to pull request, if you have any working code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants