For your enjoyment and safety, we recommend that you read this manual thoroughly before using this product and keep this manual handy for reference if needed.
- Compatible with Android and PC
- Wireless
- D-Pad and 12 buttons
- Dual analog joysticks
| ## Colours and font styles | |
| ## Syntax: echo -e "${FOREGROUND_COLOUR}${BACKGROUND_COLOUR}${STYLE}Hello world!${RESET_ALL}" | |
| # Escape sequence and resets | |
| ESC_SEQ="\x1b[" | |
| RESET_ALL="${ESC_SEQ}0m" | |
| RESET_BOLD="${ESC_SEQ}21m" | |
| RESET_UL="${ESC_SEQ}24m" | |
| # Foreground colours |
| // (*) All in the spirit of open-source and open-hardware | |
| // Janost 2016 Sweden | |
| // The Tiny-TS Touch Synthesizer | |
| // https://janostman.wordpress.com/the-tiny-ts-diy-touch-synthesizer/ | |
| // Copyright 2016 DSP Synthesizers Sweden. | |
| // | |
| // Author: Jan Ostman | |
| // |