If you want control of the PAPER colour, you’ll need to use PALETTE FORMAT and LAYER PALETTE - read on:

With LAYER 1,1:

So if you want 64 paper colours, you can use PALETTE FORMAT 1

PALETTE FORMAT 1 gets you 1 paper - so only PAPER 0 is legal, and all else fails. 127 gets you 2 paper. 63, 4 papers, and so on. Paper is using the MSB and the ink is using the LSBs.

(MSB = most significant bits (LSB = least), i.e. when you have PALETTE FORMAT 127 then that’s 1 bit that’s unused (the MSB - as the far left bit is the 128 value bit), so that MSB is used for two states: on and off, so you get 2 PAPER colours with PALETTE FORMAT 127)

Learned at 21-Mar 2021 @ 21:22 about spectrum. [Edit this post](https://github.com/remy/remysharp.com/blob/main/public/til/spectrum/on-layer-1,1-enhanced-ula-mode.md)