VNC's Remote Framebuffer Protocol for mpy

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
PinkInk
Posts: 65
Joined: Tue Mar 11, 2014 3:42 pm

VNC's Remote Framebuffer Protocol for mpy

Post by PinkInk » Fri Jul 15, 2016 10:48 am

I built a remote framebuffer protocol library for micropython, initially planning to implement a Tetris server ... but I got distracted before getting that far.

I just cleaned it up and am throwing it out there in case anyone else can find a use for it;

https://github.com/PinkInk/upylib/tree/master/rfb

Post Reply