#define _PAGE_ Rockbox WPS #include "head.t" #include "manual.t"

The While Playing Screen shows info about what is currently played and can only be seen while there is actual music playback.

The screen lines contain the following information:

  1. Status bar: Battery level, charger status, volume, play mode, repeat mode, shuffle mode and clock
  2. Scrolling path+filename of the current song.
  3. The ID3 track name
  4. The ID3 album name
  5. The ID3 artist namn
  6. Bit rate and sample frequency. VBR files display average bitrate.
  7. Elapsed and total time
  8. A slider bar representing where in the song you are

Key Function
UP Increase volume
DOWN Decrease volume
LEFT Move to previous song
RIGHT Move to next song
PLAY Toggle PAUSE/PLAY
ON Switch to the dir browser
OFF Stop playback
F1 Switch to the main menu
F2
F3
F1 + DOWN Toggle key lock ON/OFF
#include "foot.t"