-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Colormap example does not work #1354
Comments
So it looks like I have to run the backup script after flashing for the colormap plugin to work, that’s confusing but well, I found a solution. |
I'm glad you got it sorted out. I'm not quite sure what caused the weird
behaviour you're seeing. If you get it stuck again, please let us know.
Can you tell me which backup script you were using and whether you flashed
with Chrysalis or with 'make flash' from the commandline?
Best,
jesse
…On Sun, Mar 24, 2024 at 4:47 PM nicos68 ***@***.***> wrote:
So it looks like I have to run the backup script after flashing for the
colormap plugin to work, that’s confusing but well, I found a solution.
—
Reply to this email directly, view it on GitHub
<#1354 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAALC2APZYMO2NJN77BE5P3YZ5QXLAVCNFSM6AAAAAA3ZOIRICVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMJWHE4TGOBQGQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
|
indeed, if you are storing things in the on devices storage, you should
either be using Chrysalis to do your flashing or always be doing an EEPROM
back up and restore on the the two sides flashing
…On Mon, Mar 25, 2024 at 3:27 PM nicos68 ***@***.***> wrote:
- I use kaleidoscope’s eeprom-backup script
- I flash my keyboard
- Using Chrysalis when I make simple keymap changes
- Using arduino-cli <https://arduino.github.io/arduino-cli/0.35/>
when I make code changes to the firmware code. See the flash (and compile)
recipe in my justfile
<https://codeberg.org/nise/Model01-Firmware/src/commit/f93e862a8d7579bbdb8c4df5040f757102e58839/justfile#L13>
—
Reply to this email directly, view it on GitHub
<#1354 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAALC2CEGCZYR5MLWNQW27LY2CQF7AVCNFSM6AAAAAA3ZOIRICVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMJZGAZDSNJQGI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Well, I would expect things to fix themselves when I execute the restore script, but that's not what happens :
|
That’s odd. You *should* need to run the backup before flashing
…On Mon, Mar 25, 2024 at 4:17 PM nicos68 ***@***.***> wrote:
Well, I would expect things to fix themselves when I execute the restore
script, but that's not what happens :
- I added the colormap plugin to my firmware code
- I compiled the firmware
- I flashed the new firmware with colormap and my color settings =>
The random colors showed up and my colormap settgins were ignored
- I ran the backup scrip => then immidiately my colormap settings were
applied to the keyboard. I did not run the restore script.
—
Reply to this email directly, view it on GitHub
<#1354 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAALC2D6YHTDKRFIRSCH7B3Y2CWA3AVCNFSM6AAAAAA3ZOIRICVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMJZGA4DSMBSGM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
It works like that everytime now. If I change the colormap in my firmware, then compile and flash, the color change is ignored. Then when I run the backup script the colormap change is correctly applied. |
The Colormap.ino source code that can be found under
examples/LEDs/Colormap
does not behave as expected.Steps to reproduce the behavior:
Colormap.ino
Expected behavior
Actual behavior
Environment (please complete the following information):
Additional context
COLORMAP
function call as argument on line 80, the same random colors get applied to the keyboard.The text was updated successfully, but these errors were encountered: