MCPcopy Create free account
hub / github.com/ndleah/python-mini-project / text_display

Function text_display

Spinning Donut/spinningdonut.py:44–46  ·  view source on GitHub ↗
(letter, x_start, y_start)

Source from the content-addressed store, hash-verified

42
43
44def text_display(letter, x_start, y_start):
45 text = font.render(str(letter), True, hsv2rgb(hue, 1, 1))
46 display_surface.blit(text, (x_start, y_start))
47
48# def text_display(letter, x_start, y_start):
49# text = font.render(str(letter), True, white)

Callers 1

spinningdonut.pyFile · 0.85

Calls 1

hsv2rgbFunction · 0.85

Tested by

no test coverage detected