LCD Smartie

Menu Plugin for LCD Smartie

Pressed menu key - menu appears.
Pressed next key - cursors moves down
Pressed next key - menu scrolls up
[I need some pictures of this plugin]

FAST START GUIDE

If you hate reading instructions and you've got a Crystalfontz 633 or 631 then here's the fast start guide:

Introduction

This is a plugin that makes it possible to use menus on your display. The plugin will show the currently selected menu option, and perform specified actions (goto screen, turn gpo on/off, etc) when a menu option it activated. The plugin supports menus larger than the screen, the menu will automatically scroll up and down. It also supports horizontal and vertical menus.

Limitations

This plugin requires display keypad input to work, so only displays with keypads that are supported by LCD Smartie will be able to use this plugin. [At the time of writing supported displays were Crystalfontz CFA631 & CFA633, Matrix Orbital displays with a keypad, and Palm PDAs.]

Download

Menu Plugin Beta 1 can be downloaded here.

Install

To install this plugin copy the menu.dll into the plugins directory of LCD Smartie. [Only the 5.3 beta 2 and above builds are supported.]

The zip file also includes demo config files for Crystalfontz displays CGA631 & CFA633, that show how the plugin can be used - backup your config.ini file before renaming these as your config.ini.

Usage - Overview

To use the plugin you will need to insert commands into the your screens (so the menu can be created and displayed) and add actions (so the plugin can receive input and carry out actions).

Usage - Actions

The plugin needs actions to be setup so it can receive key presses and notification of screen changes.

KeyPad actions

The menu plugin needs to know when the keys for "Previous menu item", "Next menu item" and "Select menu item" are pressed. This is done by tieing a keypress condition {$MObutton([key])} to a plugin call {$dll(menu,9,[keytype],[non-menu action])}.

The form of this command is: $dll(menu,9,[keytype],[non-menu action])
Where:

An example set of key actions are:

On a Crystalfontz 633 this sets up key E (smartie's name for the 633's Up key) to cause the previous menu item to be selected (or if we're not in a menu then to select the previous winamp track). Key F (smartie's name for the 633's Down key) to cause the next menu item to be selected (or if we're not in a menu then to select the next winamp track). Key I (smarite's name for the 633's Tick key) to cause the currently selected menu option to be activiated (or do nothing if we're not in a menu).

Screen changed actions

The Menu plugin needs to know when the active screen changes, this is so it knows when we're no longer in a menu. To do this an action must be added to call our plugin when the screen changes

The command takes this form: $dll(menu,8,0,0)

An example action is:

Enter/Leave menu actions

This step is optional, but it's nice to have a key setup to enter and leave the menu. This plugin provides a command that takes two actions, it will execute one of them if we're in a menu and otherwise execute the other. This can be used to setup a menu key

The command takes this form: $dll(menu,7,[non-menu action],[menu action])

An example action is:

If on screen 19 we place the menu and on screen 2 a standard screen, then the above would take us to the menu screen when button J was pressed (on a CFA633 that is the X button) if we're weren't already in a menu, otherwise it would take us out of the menu (to screen 2).

Action Summary

An example set of required actions are:

Button J enters/leaves the menu. Button E takes us to the previous menu item. Button F takes us to the next menu item. Button I select that active menu item. [Button E and F will also do winamp functions when not in a menu].

Usage - Screen

To create and display a menu, one command is needed to setup the menu and display the first item, and another is needed for each extra line there is in the menu.

Creating

The command for creating menus takes the form: $dll(menu,1,[displayed length]#[item1name]=[item1action]#[item2name]=[item2action], [menuname])

There can be as many [itemname]=[itemaction] pair as you need.

where:

An example is:

This example creates a menu of 3 items where only 2 will be displayed on the display at a time.

Remaining items

To display the remaining menu items, you need to use command $dll(menu,2,[line],0) where [line] is the required line; 2 is the second item, 3 the third.

Summary

An example menu:

Tips

More images

This is from one of the demo menus, setup for a 2 line display.

Pressed menu key - menu appears.
Pressed next key - cursor moves down.
Pressed next key - menu scrolls up.
Pressed prev key - cursor moves up.
Pressed prev key - menu scrolls down.
Pressed select key - sub menu appears.
Pressed next key - cusor moves down.
Pressed next key - menu scrolls up.
Pressed next key - menu scrolls up.
SourceForge.net Logo
Last change: $Author: clansley $ $Date: 2005/01/18 19:45:51 $ $Revision: 1.8 $
[Your browser does not understand CSS/XHTML - so this page may be a little strange looking. For security reasons it's always a good idea to upgrade to the latest browser version.]