Revisiting the PicoLCD 256x64
Officially added the code to make picoLCD work!
Posted on Thu, 20 Mar 2014 13:00:00 MDT by Aaron Bieber
Today marks my first commits (1, 2, 3) to the OpenBSD src
tree (up until now it has all bee in ports
and one in www
)!
add USB_PRODUCT_ITUNER_USBLCD256x64 as UQ_BAD_HID so libusb can talk via
interrupt transfers
OK sthen@
The last commit makes the PicoLCD 256x64 not attach as a HID
, so that it can be used by applications that talk to usb devices with libusb
!
The next step is to finish up the lcdproc driver for it - currently I can only turn on or of the backlight and +,- the contrast!