Use your forum account to login.

LOGIN

TOP Contributors

  1. MikroElektronika Team (100 codes)
  2. Dany (44 codes)
  3. NART SCHINACKOW (34 codes)
  4. Alcides Ramos (33 codes)
  5. Agent Wolfz (14 codes)
  6. Andrew Hazelden (13 codes)
  7. Roman Black (11 codes)
  8. Alberto Trasimeni (11 codes)
  9. Roman Toropov (9 codes)
  10. Simon Platten (8 codes)

Most Downloaded

  1. Network Ethernet Library (11811 times)
  2. FAT32 Library (8650 times)
  3. Timer Calculator (6598 times)
  4. PID Library (5266 times)
  5. Network WiFi Library (5240 times)
  6. SMS home alarm system (4435 times)
  7. External Memory (4124 times)
  8. mikromedia for PIC18FJ - Examples (3576 times)
  9. microSD click - Example (3512 times)
  10. GPS click - Example (3277 times)
Libstock prefers package manager

Package Manager

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]

< Back
Library

Menus

Rating:

Author: Dany

Last Updated: 2013-02-07

Category: Other Codes

Downloaded: 686 times

Not followed.

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.

No Abuse Reported

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".

  • Information
  • Comments (4)

Library Blog

The package contains menu related libraries (until now only one...).

Documentation: http://www.rosseeld.be/DRO/PIC/Menus.pdf


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.

ALSO FROM THIS AUTHOR

Schedulers

Scheduler (in a broad sense) related libs:
"Timebase"
"Timers"
"COS"
"COS_TimedOnly"
"StateMachine"
"StateMachine_2"

[Learn More]

Uart_buffered

Uart Receiver routine(s) with circular receive buffer, the receiver part is interrupt driven.

[Learn More]

Memory

Libaries are:
- "MemManager_": simple memory manager making dynamic variables possible in mP (procedures GetMem and FreeMem available), and
- "Eepromvariable": Procedures/functions that write and read the content of any type of variable to/from the internal PIC Eeprom.

[Learn More]