tvlad1234 / pico-rv32ima

Running Linux on RP2040 with the help of RISC-V emulation
Other
235 stars 18 forks source link

Implement LCD console #7

Closed tvlad1234 closed 1 year ago

tvlad1234 commented 1 year ago

I have decided to implement a small terminal emulator which uses an 128x160 ST7735-based display. I wasn't sure whether or not I would continue with this idea so I made it in a separate branch. At this time, only the text display is implemented, PS2 keyboard functionality will be implemented soon.