Settings

Theme

Render React to Embedded LCD

github.com

6 points by doodlewind 6 years ago · 3 comments

Reader

doodlewindOP 6 years ago

I successfully build a React renderer that displays text and pixels on a 0.96-inch OLED screen. The renderer is built on top of a C driver for I2C protocol, which is used as a C module for the embeddable QuickJS engine. The whole codebase, including JS engine, C modules and React Reconciler, are compiled into binary within 780KB on a Raspberry Pi. This encourages me to try out React for developing Linux GUI in the future, hope you like it!

dannypovolotski 6 years ago

Producing 760k of code for a Raspberry Pi (running a full blown non-realtime linux distribution) hardly seems like embedded development though.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection