• You can calculate the amount of ram a buffer will take up as width*height*bpp/8.

    A 240x192 2bpp buffer takes up 11952 bytes, or about 12kb. If you halve the size to 120x96 you can fit quadruple the bit depth (8bpp) in the exact same amount of space.

    Using multiple buffers should work fine - I was actually just experimenting with that the other night.

  • Yes, I experimenting this evening and just getting more and more behind the concept.

    I will render the different components of my app with the suitable bpp instead of the one fullscreen component, hoping to save memory this way.

About

Avatar for AxelRHD @AxelRHD started