Difference between revisions of "Matrix display menu interface"
From Organic Design wiki
(tested PWM) |
|||
(13 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | Menu interface for front panel | + | [[Category:Media Center]] |
+ | Menu interface for front panel. | ||
+ | *Hardware specs: see [[LCD matrix display]] | ||
+ | *Formal specification of the menu structure: See [[Media center matrix display menu]] in [http://www.json.org JSON] format | ||
− | 2 | + | =Notation= |
− | + | *''1:Foo'' means display 'Foo' on line one. ''2:Bar'' - display 'Bar on line 2. | |
+ | *CW clockwise turn pot | ||
+ | *CCW counter clockwise turn pot | ||
+ | *Menu - press menu button | ||
+ | =Modes= | ||
− | + | == Playback mode == | |
+ | Dims backlight to 20% after 4 seconds | ||
+ | *The [[w:Pulse width modulation|PWM]] method has been tested using avr-libc's ''analogue_write()'' function with good results | ||
− | + | [[Image:lcd-playing.jpg]] | |
− | |||
− | 1:Playing | + | *1:Playing |
− | 2:Name of movie | + | *2:Name of movie |
− | Click: enter pause mode | + | *Click: enter pause mode |
− | CW/CCW | + | *CW/CCW 1: |
− | * | + | **2:Subtitle + |
− | *2:Audio track + | + | **2:Audio track + |
− | * | + | **2:Aspect ratio |
+ | ***fit <-> fill, controlled by pot, preserves aspect ratio | ||
+ | ***stretch, ignores aspect ratio | ||
+Only shown if more than one choice | +Only shown if more than one choice | ||
− | ==Pause mode== | + | == Pause mode == |
− | 1: Paused | + | [[Image:lcd-paused.jpg]] |
− | 2: Elapsed time: | + | |
− | Click: enter playback mode | + | *1: Paused |
− | CW:Skip foward 10 seconds | + | *2: Elapsed time: 1h 12m 24s Elapsed |
− | CCW:Skip back 10 seconds | + | *Click: enter playback mode (begin playing) |
− | + | *CW:Skip foward 10 seconds | |
+ | *CCW:Skip back 10 seconds |
Latest revision as of 04:10, 10 April 2007
Menu interface for front panel.
- Hardware specs: see LCD matrix display
- Formal specification of the menu structure: See Media center matrix display menu in JSON format
Contents
Notation
- 1:Foo means display 'Foo' on line one. 2:Bar - display 'Bar on line 2.
- CW clockwise turn pot
- CCW counter clockwise turn pot
- Menu - press menu button
Modes
Playback mode
Dims backlight to 20% after 4 seconds
- The PWM method has been tested using avr-libc's analogue_write() function with good results
- 1:Playing
- 2:Name of movie
- Click: enter pause mode
- CW/CCW 1:
- 2:Subtitle +
- 2:Audio track +
- 2:Aspect ratio
- fit <-> fill, controlled by pot, preserves aspect ratio
- stretch, ignores aspect ratio
+Only shown if more than one choice
Pause mode
- 1: Paused
- 2: Elapsed time: 1h 12m 24s Elapsed
- Click: enter playback mode (begin playing)
- CW:Skip foward 10 seconds
- CCW:Skip back 10 seconds