Three relatively small changes:
1) Undo changes to gui/core/writer.py
2) Modify setup_examples/ili9488_pico.py to specify pins
by number rather than string.
3) As recommended, use a 2 byte per entry color lookup table
rather than 3 bytes (needed to undo changes in writer.py).
I ran the same tests for these changes as last time.