avsa242 / bt81x-spin

P8X32A/Propeller, P2X8C4M64P/Propeller 2 driver object for the Bridgetek BT815/816 Advanced Embedded Video Engine (EVE)
MIT License
0 stars 0 forks source link

Add support for flash chips #2

Open avsa242 opened 3 years ago

avsa242 commented 3 years ago

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

avsa242 commented 6 months ago

Initial support added in 3d1859f842c6e9c620938721036ed07fae4d1356 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.