The core library of Espix.
I always try to build a tiny system with user friendly UI from sketch, even when I was a 13 years old boy. In 1997, I implemented a MS-Editor-like console application by using Quick Basic.
Inspired by iOS and React.js, espix-core
is a simple but powerful SDK for the IoT developers to make fast prototypes. It includes features like:
-
A screen display, OLED by default
-
A keyboard and a jog dial as input devices
-
Drawing APIs similar to WebGL
-
Views, a mixed concept of View from iOS and Component in React.js
The espix-design
library includes many useful UI elements.
Please visit the demo project.
In platform.ini
add espix-core
into your lib-deps
.
lib_deps = espix-core
Or install via Platform CLI.
pio lib install espix-core