ZeroPhone / ZPUI

Official ZeroPhone UI framework, based on pyLCI
http://zpui.rtfd.org/
Apache License 2.0
79 stars 19 forks source link

ZPUI tutorials #9

Open CRImier opened 7 years ago

CRImier commented 7 years ago

There needs to be a tutorial, concerning creation of an app (folder placement, a template with absolutely necessary functions, explanations of those functions) and, possibly, concerning some extra features - like toggling GPIOs from a menu. There also needs to be a tutorial concerning RPC API, for linking a ZPUI app to an existing separate piece of software.

CRImier commented 7 years ago

First tutorial, that covers creation of a simple app, is done. GPIO toggling and RPC API tutorial apps are still in the TODO. "Example app + file placement" is now available on the Wiki.

CRImier commented 6 years ago

GPIO: there's no tutorial for an app that'd toggle GPIOs yet (I might make such an app, but I'm not sure about making a tutorial on it). However, I recently made an app that'd read from a GPIO, and I also made a big tutorial explaining how it was written.

CRImier commented 6 years ago

Added a tutorial describing how I implemented a simple game - 2048. Among all things, it shows off the new feature - class-based apps!

CRImier commented 6 years ago

There's also a "how to..." documentation page with usage examples!