Skip to content

Commit

Permalink
Changes for 0.9.1, increase max displays to 8 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
elral authored May 16, 2024
1 parent 1c708a2 commit 92f0801
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 11 deletions.
4 changes: 2 additions & 2 deletions 14Segment/Community/boards/elral_14segment_mega.board.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"DelayAfterFirmwareUpdate": 0,
"FirmwareBaseName": "elral_14Segment_mega",
"FirmwareExtension": "hex",
"LatestFirmwareVersion": "0.9.0",
"LatestFirmwareVersion": "0.9.1",
"FriendlyName": "Elral 14Segment Mega",
"MobiFlightType": "Elral_14Segment Mega",
"ResetFirmwareFile": "reset.arduino_mega_1_0_2.hex",
Expand All @@ -63,7 +63,7 @@
"MaxShifters": 6,
"MaxSteppers": 10,
"MaxInputMultiplexer": 6,
"MaxCustomDevices": 5
"MaxCustomDevices": 8
},
"Pins": [
{
Expand Down
4 changes: 2 additions & 2 deletions 14Segment/Community/boards/elral_14segment_micro.board.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"FirmwareBaseName": "mobiflight_micro",
"FirmwareExtension": "hex",
"FriendlyName": "Arduino Pro Micro",
"LatestFirmwareVersion": "0.9.0",
"LatestFirmwareVersion": "0.9.1",
"MobiFlightType": "MobiFlight Micro",
"ResetFirmwareFile": "reset.arduino_promicro_1_0_2.hex"
},
Expand All @@ -43,7 +43,7 @@
"MaxShifters": 6,
"MaxSteppers": 0,
"MaxInputMultiplexer": 6,
"MaxCustomDevices": 0
"MaxCustomDevices": 8
},
"Pins": [
{
Expand Down
4 changes: 2 additions & 2 deletions 14Segment/Community/boards/elral_14segment_nano.board.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"FirmwareBaseName": "elral_14Segment_nano",
"FirmwareExtension": "hex",
"FriendlyName": "Elral 14Segment Nano",
"LatestFirmwareVersion": "0.9.0",
"LatestFirmwareVersion": "0.9.1",
"MobiFlightType": "Elral_14Segment Nano",
"ResetFirmwareFile": "reset.arduino_uno_1_0_2.hex",
"CustomDeviceTypes": [
Expand All @@ -58,7 +58,7 @@
"MaxShifters": 6,
"MaxSteppers": 4,
"MaxInputMultiplexer": 6,
"MaxCustomDevices": 0
"MaxCustomDevices": 8
},
"Pins": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"FirmwareBaseName": "elral_14Segment_raspberrypico",
"FirmwareExtension": "uf2",
"FriendlyName": "Elral 14Segment RaspiPico",
"LatestFirmwareVersion": "0.9.0",
"LatestFirmwareVersion": "0.9.1",
"MobiFlightType": "Elral_14Segment Pico",
"ResetFirmwareFile": "reset.raspberry_pico_flash_nuke.uf2",
"CustomDeviceTypes": [
Expand All @@ -45,7 +45,7 @@
"MaxShifters": 6,
"MaxSteppers": 6,
"MaxInputMultiplexer": 6,
"MaxCustomDevices": 5
"MaxCustomDevices": 8
},
"Pins": [
{
Expand Down
4 changes: 2 additions & 2 deletions 14Segment/Community/boards/elral_14segment_uno.board.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"FriendlyName": "Elral_14Segment Uno",
"FirmwareBaseName": "elral_14Segment_uno",
"FirmwareExtension": "hex",
"LatestFirmwareVersion": "0.9.0",
"LatestFirmwareVersion": "0.9.1",
"MobiFlightType": "Elral_14Segment Uno",
"ResetFirmwareFile": "reset.arduino_uno_1_0_2.hex",
"CustomDeviceTypes": [
Expand All @@ -57,7 +57,7 @@
"MaxShifters": 6,
"MaxSteppers": 4,
"MaxInputMultiplexer": 6,
"MaxCustomDevices": 0
"MaxCustomDevices": 8
},
"Pins": [
{
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ Copy the content to you community folder within you MobiFlight installation fold
[MF installation Folder]->Community->Elral_14Segment_Display->firmware/
```

Connect a new Arduino Mega or Raspberry Pi Pico (or reset them), upload the firmware and define for each Display one Device with the I2C address from this display.
Connect a new Arduino Mega/Uno/Nano/ProMicro or Raspberry Pi Pico (or reset them), upload the firmware and define for each Display one Device with the I2C address from this display.

Refere in an output reference to the custom device and choose one of the both messageID's.

With version 0.9.1 the foldername for the community folder has changed.
If you update from 0.9.0 please delete the folder `Elral_14Segment_Display` before copying the new one from the zip file.

0 comments on commit 92f0801

Please sign in to comment.