Boughen1975 / PicoPi-rora

0 stars 0 forks source link

Dim background lines. #3

Closed Boughen1975 closed 10 months ago

Boughen1975 commented 10 months ago

Lines showing activity levels in the background are too bright. They need to be the correct colour but reduced vibrancy to prevent them from distracting from the chart values.

Boughen1975 commented 10 months ago

Added the following darker yellow, amber and red for use on the background lines.

DARKYELLOW = display.create_pen(175, 175, 0) DARKAMBER = display.create_pen(175, 75, 0) DARKRED = display.create_pen(175, 0, 0)