beryllium-org / OS

Beryllium OS, a unix-like operating system for CircuitPython powered microcontrollers. (Formerly known as ljinux)
GNU General Public License v3.0
226 stars 14 forks source link

Feature: VGA and keyboard host support #92

Open DuckyPolice opened 1 month ago

DuckyPolice commented 1 month ago

using the pimorini VGA board (vga console output) and and an OTG cable (for keyboard)

bill88t commented 1 month ago

While I don't have the Pimoroni VGA board, nor any accessible VGA monitors, I will try to implement USB-Host keyboard support.

I could make a package that adds boot scripts that when a usb keyboard is attached, a keyboard console input is created.

Then that could in turn be configured with any monitor as output. The displayiotty driver is able to accept any displayio display object.