Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Initial commit of the sansa platform file. Still lots of errors when building the manual for the sansa.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11775 a1c6a512-1295-4272-9138-f99709370657

+95
+95
manual/platform/e200.tex
··· 1 + % $Id$ % 2 + \def\UseOption{e200} 3 + \edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK} 4 + \edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 5 + \edef\UseOption{\UseOption,CONFIG_RTC} 6 + \edef\UseOption{\UseOption,SWCODEC} 7 + \edef\UseOption{\UseOption,SANSA_E200_PAD} 8 + \edef\UseOption{\UseOption,HAVE_LCD_COLOR} 9 + \edef\UseOption{\UseOption,sansa} 10 + 11 + \newcommand{\playerman}{Sansa} 12 + \newcommand{\playertype}{e200} 13 + \newcommand{\playerlongtype}{\playertype} 14 + \newcommand{\genericimg}{176x220x16} 15 + \newcommand{\specimg}{e200} 16 + %Used to name the player, e.g. ...to the \dap 17 + \newcommand{\dap}{player} 18 + %For use when referring to the player. E.g. the \daps\ capacity ... 19 + \newcommand{\daps}{player's} 20 + \newcommand{\firmwarefilename}{\fname{rockbox.e200}} 21 + \newcommand{\screenshotsize}{4cm} 22 + 23 + \newcommand{\ButtonLeft}{\btnfnt{Left}} 24 + \newcommand{\ButtonRight}{\btnfnt{Right}} 25 + \newcommand{\ButtonRec}{\btnfnt{Rec}} 26 + \newcommand{\ButtonUp}{\btnfnt{Play}} 27 + \newcommand{\ButtonDown}{\btnfnt{Submenu}} 28 + \newcommand{\ButtonSelect}{\btnfnt{Select}} 29 + \newcommand{\ButtonPower}{\btnfnt{Power}} 30 + \newcommand{\ButtonScrollUp}{\btnfnt{Scroll Up}} 31 + \newcommand{\ButtonScrollDown}{\btnfnt{Scroll Down}} 32 + 33 + %Button actions, standard context 34 + \newcommand{\ActionStdPrev}{\ButtonScrollUp} 35 + \newcommand{\ActionStdPrevRepeat}{Long \ButtonScrollUp} 36 + \newcommand{\ActionStdNext}{\ButtonScrollDown} 37 + \newcommand{\ActionStdNextRepeat}{Long \ButtonScrollDown} 38 + \newcommand{\ActionStdCancel}{\ButtonLeft} 39 + \newcommand{\ActionStdContext}{\ButtonDown} 40 + \newcommand{\ActionStdQuickScreen}{Long \ButtonDown} 41 + \newcommand{\ActionStdMenu}{\ButtonPower} 42 + \newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight} 43 + 44 + %Button actions, wps context 45 + \newcommand{\ActionWpsPlay}{\ButtonUp} 46 + \newcommand{\ActionWpsSkipNext}{\ButtonRight} 47 + \newcommand{\ActionWpsSkipPrev}{\ButtonLeft} 48 + \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft} 49 + \newcommand{\ActionWpsSeekFwd}{Long \ButtonRight} 50 + 51 + \newcommand{\ActionWpsStop}{Long \ButtonUp} 52 + \newcommand{\ActionWpsVolDown}{\ButtonScrollDown} 53 + \newcommand{\ActionWpsVolUp}{\ButtonScrollUp} 54 + 55 + \newcommand{\ActionWpsQuickScreen}{Long \ButtonDown} 56 + \newcommand{\ActionWpsMenu}{\ButtonPower} 57 + \newcommand{\ActionWpsContext}{\ButtonDown} 58 + \newcommand{\ActionWpsBrowse}{Long \ButtonSelect} 59 + 60 + \newcommand{\ActionWpsAbSetANextDir}{\ButtonPower{} + \ButtonRight} 61 + \newcommand{\ActionWpsAbSetAPrevDir}{\ButtonPower{} + \ButtonLeft} 62 + \newcommand{\ActionWpsAbReset}{\ButtonPower{} + \ButtonUp} 63 + 64 + %Button actions, tree context 65 + \newcommand{\ActionTreeWps}{\ButtonUp} 66 + \newcommand{\ActionTreeStop}{Long \ButtonUp} 67 + %\newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight} 68 + %\newcommand{\ActionTreeParentDirectory}{\ButtonLeft} 69 + 70 + %Button actions, YesNo context 71 + \newcommand{\ActionYesNoAccept}{\ButtonSelect} 72 + 73 + %Button actions, Virtual Keyboard Context 74 + \newcommand{\ActionKbdLeft}{\ButtonLeft} 75 + \newcommand{\ActionKbdRight}{\ButtonRight} 76 + \newcommand{\ActionKbdSelect}{\ButtonSelect} 77 + \newcommand{\ActionKbdDone}{\ButtonUp} 78 + \newcommand{\ActionKbdAbort}{\ButtonPower} 79 + \newcommand{\ActionKbdUp}{\ButtonScrollUp} 80 + \newcommand{\ActionKbdDown}{\ButtonScrollDown} 81 + \newcommand{\ActionKbdCursorLeft}{\ButtonRec{} + \ButtonLeft} 82 + \newcommand{\ActionKbdCursorRight}{\ButtonRec{} + \ButtonRight} 83 + \newcommand{\ActionKbdBackSpace}{\ButtonDown} 84 + \newcommand{\ActionKbdPageFlip}{\ButtonRec{} + \ButtonSelect} 85 + 86 + %Button actions, Pitch Screen context 87 + %\newcommand{\ActionPsToggleMode}{\ButtonPlay} 88 + \newcommand{\ActionPsIncSmall}{\ButtonUp} 89 + \newcommand{\ActionPsIncBig}{Long \ButtonUp} 90 + \newcommand{\ActionPsDecSmall}{\ButtonDown} 91 + \newcommand{\ActionPsDecBig}{Long \ButtonDown} 92 + \newcommand{\ActionPsNudgeLeft}{\ButtonLeft} 93 + \newcommand{\ActionPsNudgeRight}{\ButtonRight} 94 + \newcommand{\ActionPsReset}{\ButtonSelect} 95 + \newcommand{\ActionPsExit}{\ButtonPower}