23 std::span<const Pixel, 64> palette64, std::span<const int16_t, 64> palette64_32768,
24 std::span<const Pixel, 256> palette256, std::span<const int16_t, 256> palette256_32768,
25 std::span<const Pixel, 32768> palette32768);
29 void convertLine(std::span<Pixel> dst,
unsigned x,
unsigned y,
30 int cursorY,
bool drawCursors)
const;
35 colorMode = colorMode_;
36 highRes = isHighRes(display);
57 std::span<const Pixel, 64>
const palette64;
58 std::span<const int16_t, 64>
const palette64_32768;
63 std::span<const Pixel, 256>
const palette256;
64 std::span<const int16_t, 256>
const palette256_32768;
69 std::span<const Pixel, 32768>
const palette32768;