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

Add support for flash chips #2

Open
1 of 2 tasks
avsa242 opened this issue Aug 11, 2021 · 1 comment
Open
1 of 2 tasks

Add support for flash chips #2

avsa242 opened this issue Aug 11, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request WIP Work is in-progress/has been started

Comments

@avsa242
Copy link
Owner

avsa242 commented Aug 11, 2021

EVE3 can read/write SPI flash chips, commonly used to store things like fonts, audio files, etc.

  • low-level flash i/o support
  • support for displaying bitmaps from flash
@avsa242 avsa242 added the enhancement New feature or request label Aug 11, 2021
@avsa242 avsa242 self-assigned this Aug 11, 2021
@avsa242 avsa242 added the WIP Work is in-progress/has been started label Mar 9, 2024
@avsa242
Copy link
Owner Author

avsa242 commented Mar 9, 2024

Initial support added in 3d1859f
So far, only the low-level flash ops have been implemented (i.e., reading/writing/erasing, etc); the functions that would actually use the flash memory (like bitmaps, animations, etc) haven't yet been implemented.
Note that the flash API should be considered unstable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request WIP Work is in-progress/has been started
Projects
None yet
Development

No branches or pull requests

1 participant