diff --git a/Documentation/pycardium/pride.rst b/Documentation/pycardium/pride.rst index 009f8b85f088be029b09b1e0c9c3c1d51cd84833..7e5de9c94c5f7ad85564533bd5b703376307e95e 100644 --- a/Documentation/pycardium/pride.rst +++ b/Documentation/pycardium/pride.rst @@ -1,5 +1,5 @@ ``pride`` - Pride flags -=============== +======================= The ``pride`` module provides an easy interface to print pride flags to the top LEDs and the display. .. automodule:: pride diff --git a/pycardium/modules/py/pride.py b/pycardium/modules/py/pride.py index 8f64d0e6fab87313faa8f1e7a74515f9c9cd9edd..3bfb29b601a41c77a921463908a0b1d5b509e105 100644 --- a/pycardium/modules/py/pride.py +++ b/pycardium/modules/py/pride.py @@ -49,12 +49,7 @@ flags["lesbian"] = [ [214, 113, 113], [134, 70, 70], ] -flags["nonbinary"] = [ - [255, 244, 51], - [255, 255, 255], - [155, 89, 208], - [0, 0, 0], -] +flags["nonbinary"] = [[255, 244, 51], [255, 255, 255], [155, 89, 208], [0, 0, 0]] flags["genderfluid"] = [ [254, 117, 161], [255, 255, 255],