phil99
Guru
Joined: 11/02/2018 Location: AustraliaPosts: 2149 |
Posted: 12:01am 04 Mar 2022 |
|
|
|
It is decades since I last used DATA statements for internal data. Pre-filled arrays are more flexible. For external data bitmap images are very convenient, for Basics that support images.
On any MM with a screen the lazy way is to create the BMP by writing pixels to the screen then SAVE BMP "...". In the program needing the data load the BMP then read back the pixels from the screen. As most screens are RGB(565) it is possible to get 16 bits per pixel, but as I am lazy it is easier with 3 bits per pixel. Edited 2022-03-04 16:27 by phil99 |