You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dcefunctions.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,8 @@ Documentation
27
27
* ``Str9``: Text to display.
28
28
29
29
Alternative method: ``det(13, large_font, fg_os, bg_os, x, y)``
30
-
* ``fg_os``: Foreground color from TI-OS Colors menu, like RED or BLUE or NAVy.
31
-
* ``bg_os``: Background color from TI-OS Colors menu, like RED or BLUE or NAVy.
30
+
* ``fg_os``: Foreground color from TI-OS Colors menu, like RED or BLUE or NAVY.
31
+
* ``bg_os``: Background color from TI-OS Colors menu, like RED or BLUE or NAVY.
32
32
33
33
Colors:
34
34
* A list of colors can be found `here <colors.html>`__.
@@ -69,7 +69,7 @@ Documentation
69
69
* ``height``: Height of rectangle.
70
70
71
71
Alternative method: ``det(15, os_color, x, y, width, height)``
72
-
* ``os_color``: Color from TI-OS Colors menu, like RED or BLUE or NAVy.
72
+
* ``os_color``: Color from TI-OS Colors menu, like RED or BLUE or NAVY.
73
73
74
74
.. note::
75
75
If you use the alternative method and use 0 for ``os_color``, it will invert the section of the screen covered by the rectangle instead of drawing a color. This can be useful for blinking cursors, etc.
0 commit comments