Tree @main (Download .tar.gz)
0x33.board firmware
Installation
- Copy all files from this repository to the CircuitPython drive
- Install the dependencies:
- using circup:
$ circup [--path /path/to/drive] install -r requirements.txt
- manually download the needed libraries from the Adafruit CircuitPython Library Bundle
and place them in the
lib
folder - Set hardware settings in
config.py
:
Import the module fromhex33board.boards
corresponding to the hardware revision you have.
Boot modes
After a reset, boot.py
is executed. Depending on the dev_mode
value in config.py
and
whether the menu button (very top left of the board) is pressed, the board boots in different modes:
With dev_mode = False
and the button not pressed, the board starts in "normal mode".
The board will show up as a read-only flash drive on the computer,
and settings changed in the boards menu will be saved automatically.
When the button is pressed, the board starts in "dev mode". In this case the board shows up read-write on the computer and will autoreload as the firmware is changed. While "dev mode" is active, settings changed on the board aren't saved.
If dev_mode = True
in config.py
, things work the other way around:
the board goes into "dev mode" by default, but will start in "normal mode" when the menu key is held during reset.
Commit History
@main
git clone https://git.s-ol.nu/hw/0x33.board/firmware.git
- group settings into categories s-ol 4 months ago
- add Slider16Setting for MIDI CH s-ol 4 months ago
- restore defaults when loading new profile s-ol 4 months ago
- fix profile saving s-ol 4 months ago
- detect & display dev_mode s-ol 4 months ago
- menu improvements s-ol 4 months ago
- basic i2c Key syncing s-ol 4 months ago
- add setting to flip everything 180° s-ol 4 months ago
- add r3 board rev s-ol 4 months ago
- fail gracefully if no display is installed s-ol 4 months ago
- auto-name virtual drive s-ol 4 months ago
- Use official USB VID/PID pair (1209:2609) s-ol 5 months ago
- license under MIT s-ol 7 months ago
- add various RGB effects s-ol 8 months ago
- dont crash in boot.py with stock CircuitPython s-ol 8 months ago
- use config.py for board rev selection, dev mode s-ol 8 months ago
- add board revision abstraction s-ol 8 months ago
- update for PCB rev defcd99 s-ol 8 months ago
- automatic formatting s-ol 9 months ago
- add debug module for timings s-ol 9 months ago
- perf: less OLED redraws in base s-ol 9 months ago
- performance: 1MHz SPI, drop fancyled s-ol 9 months ago
- shorter scale names s-ol 9 months ago
- fix profile loading s-ol 9 months ago
- add README s-ol 10 months ago
- split up into more modules s-ol 10 months ago
- more UI tweaks s-ol 10 months ago
- Use CAPS for settings in UI s-ol 10 months ago
- refer to hardware MIDI as TRS MIDI s-ol 10 months ago
- support multiple profiles s-ol 10 months ago