1141
TI-BASIC / Re: 84+CSE BASIC using pics+Pxl-test for data storage as low RAM workaround?
« on: February 16, 2013, 07:46:54 am »
Instead of using 27 pixels for a number like 999, you can use only 10 by storing it as binary. Then again, if it is 16-bit color and pxl-Test( can return the precise value, then you will only need one pixel.
I have made BASIC programs that convert pictures to lists or lists to pictures, too I remember I used a picture to store all of the game data for an RPG once and the save screen was kind of cool because the user could watch their data being modified ^_^
I have made BASIC programs that convert pictures to lists or lists to pictures, too I remember I used a picture to store all of the game data for an RPG once and the save screen was kind of cool because the user could watch their data being modified ^_^