We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]
Rating:
Author: dany
Last Updated: 2016-02-18
Package Version: 1.0.0.0
Category: Other Codes
Downloaded: 4959 times
Followed by: 1 user
License: MIT license
Menu machine capable of handling text based menus. It only handles
the logical behaviour of the menu(s), not their physical appearance e.g. on an LCD: the using project should still define the display or drawing procedures.
Do you want to subscribe in order to receive notifications regarding "Menus" changes.
Do you want to unsubscribe in order to stop receiving notifications regarding "Menus" changes.
Do you want to report abuse regarding "Menus".
DOWNLOAD LINK | RELATED COMPILER | CONTAINS |
---|---|---|
1422297522_menus_mikropascal_pic.mpkg [1.00MB] | mikroPascal PRO for PIC |
|
1422297545_menus_other_pic.zip [1.63MB] | Other PIC Compilers |
|
1422297566_menus_mikropascal_pic24.mpkg [1.00MB] | mikroPascal PRO for dsPIC30/33 & PIC24 |
|
1422297592_menus_other_pic24.zip [1.63MB] | Other PIC24 Compilers |
|
1422297612_menus_mikrobasic_pic.mpkg [1.00MB] | mikroBasic PRO for PIC |
|
1422297633_menus_mikrobasic_pic24.mpkg [1.00MB] | mikroBasic PRO for dsPIC30/33 & PIC24 |
|
1435755007_menus_mikrobasic_pic32.mpkg [1.00MB] | mikroBasic PRO for PIC32 |
|
1435755040_menus_other_pic32.zip [1.63MB] | Other PIC32 Compilers |
|
The package contains menu related libraries (until now only one...).
Libraries:
- Menus: can handle a text based menu structure.
Have fun!
------------------------------------------------------------------------------------------------------------------------------------------------
2012-11-12: The microBasic package(s) ha(s)(ve) been added.
Only the .mcl files are available as "library" files: they are copied from the mikroPascal version (the mP and mB .mcl files are compatible - luckely - ).
If you want to see some sources: look into the mP versions.
The example files are still in mP, not in mB. (I do not have an mB licence, so I can not compile them).
Some of the helpfiles are also still referring to mP, but all library "interfaces" are available in the mB language.
------------------------------------------------------------------------------------------------------------------------------------------------
2012-12-07: The "Menus" library has been updated, the lib is compiled with SSA on now (gave a problem when using the lib with mB).
-------------------------------------------------------------------------------------------------------------------------------------------------
2013-02-07: published the dsPIC packages.
--------------------------------------------------------------------------------------------------------------------------------------------- 2013-12-05: Changed the Menu Exit callback procedure from a pointer to an external procedure. This will allow to use "Menus" together with "CRTOS" and will avoid "recursion" errors in PIC18 environments.
---------------------------------------------------------------------------------------------------------------------------------------- 2014-03-13: The mikroBasic files and zip files have been updated. All mB sources are present now (not tested if compilable though).
2015-01-26: Replaced the mB files: all mB files are compilable now (which e.g. means that all "with" statements are dealt with). I could however not link and test the libraries (no mB licence).