Pico Graphics "display.set_pen"?

It’s likely something I shouldn’t get worked up about, just kind of bugs me when things require a bodge to get them to work. And the bodge is because I don’t know the correct way to do it.
blue = display_R.create_pen(0, 0, 255)
display_R.set_pen(blue)
and
display_L.set_pen(blue)
all work.
It started here,
Trying to run dual independent displays on a Pi PICO - Support - Pimoroni Buccaneers
And went to this.
Pi Pico based Weather Station Project - Discussion / Projects - Pimoroni Buccaneers

Right now the Pico Lipo has been replaced with a PICO W. The data will be gotten via MQTT instead of the dedicated sensors.

1 Like