I was playing around with the graphics and when I did a 256^2 red/blue plot, there appeared to be a lot of banding… that spot’s not dead pixels, just some junk on the screen
specifically page 80 93 details the different RGB modes, for 4-wire SPI there is RGB565 (16bit) and RGB666 (18bit)
although, if MMBasic itself doesn’t have an RGB666 mode (especially counting how it has to deal with framebuffers), pushing the raw command to the display driver will likely result in nothing more than a glitched screen