Post Reply 
newRPL: [UPDATED April 27-2017] Firmware for testing available for download
01-07-2016, 10:51 PM
Post: #181
RE: newRPL: [UPDATED Dec-02-2015] Firmware for testing available for download
A new version of the firmware was posted, with the following additions since last time:

* Finished soft-menu engine


The menu engine is quite more flexible than the old one.You can read more here.

There aren't any useful menus yet, mainly because I tried to add the first menu and it's a pain to assemble the lists by hand, so I need to figure out a more practical way to add menus (see below).

To play with the menu engine, the TMENU command is ready to go. Changes only apply to the first menu.
Some examples:
{ { "ONE" 1 "This is the number one" } { << IF -1 FC? THEN "DOWN" ELSE "UP" END >> << IF -1 FC? THEN "GOING DOWN..." ELSE "GOING UP..." END >> "This is an UP/DOWN example" } }

You can try -1 SF and -1 CF to see how it affects the second item.

Any bugs, comments, etc. are always welcome.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: newRPL: [UPDATED Dec-02-2015] Firmware for testing available for download - Claudio L. - 01-07-2016 10:51 PM



User(s) browsing this thread: 1 Guest(s)