adafruit / Adafruit_CircuitPython_CharLCD

Library code for character LCD interfacing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I used it with Nvidia Jetson Xavier NX

spcrobocar opened this issue · comments

Could you provide some details about how to wire the device with Nvidai Jetson Xavier NX or TX2 and how to write software to use this repo?

Hi, this is a support issue that is more appropriate for https://adafru.it/discord or https://forums.adafruit.com.

Those Jetson boards are supported by Adafruit Blinka, so you can use I2C support on those boards to talk to the character LCDs with Adafruit I2C backpacks. See https://learn.adafruit.com/circuitpython-libraries-on-linux-and-the-nvidia-jetson-nano for example.