Skip to content
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

Sequence Memory/Snippets location? #2

Open
Audio-Rochey opened this issue Jan 30, 2020 · 2 comments
Open

Sequence Memory/Snippets location? #2

Audio-Rochey opened this issue Jan 30, 2020 · 2 comments

Comments

@Audio-Rochey
Copy link

Tom, it looks like you're downloading the entire snipped memory in the reset condition in Haptic_DA7280.cpp - right?
Is your expectation that folks would take the exported memory map from the DA7280 GUI and import it into this array of values?

@moxondesign
Copy link
Member

moxondesign commented Jan 30, 2020

Yes. I expect that most users would import that table from the DA7280 GUI configuration output file.
The library is just a simple Arduino I/O interface for loading/saving those settings.

@KianYeo
Copy link

KianYeo commented May 11, 2023

Hi, I am trying to load my own exported memory map exported from the DA7280 GUI. However I am confused how to update the array of values in const struct scr_type haptic_reset[]
Do I replaced all the array pairs starting from {0x03, 0x00} all the way till the end? The haptic memory is only 100 bytes but I think there are more than 100 pairs of values. Moreover, the exported values are something like this: 3, 3, 9, 10, 12, 13, 14, 15, 95, 32, 255, 255, 240, 25, 26, 19, ....

Wonder if you can further advise on this. Thanks in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants