• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pybricks / pybricks-micropython / 19922415540 / 1
51%
master: 51%

Build:
DEFAULT BRANCH: master
Ran 04 Dec 2025 08:29AM UTC
Files 73
Run time 3s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

04 Dec 2025 08:25AM UTC coverage: 66.502%. Remained the same
19922415540.1

push

github

web-flow
pbio/drv/display: Improve conversion from HSV to pixel value.

Use a mapping trying to match the real pixel color, select the nearest
pixel value according to the input color.

Small test program:

  from pybricks.hubs import ThisHub
  from pybricks.parameters import Color
  from pybricks.tools import wait

  hub = ThisHub()

  i = hub.screen

  for y in range(i.height):
      for x in range(i.width):
	  i.draw_pixel(x, y, Color(0, y * 100 / (i.height - 1), x * 100 / (i.width - 1)))

  wait(50000)

Closes: https://github.com/pybricks/support/issues/2442

3234 of 4863 relevant lines covered (66.5%)

27656061.56 hits per line

Source Files on job PBIO - 19922415540.1
  • Tree
  • List 73
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 19922415540
  • 6bc54faa on github
  • Prev Job for on master (#19921717556.1)
  • Next Job for on master (#19950155620.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc