We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c4848 commit 914a4b3Copy full SHA for 914a4b3
micropython/examples/pico_display/ram_test.py
@@ -23,7 +23,7 @@ def free(full=False):
23
if not full:
24
return P
25
else:
26
- return (f"Total RAM \n{T} KB \nUnused RAM \n{F} KB \n({P} free)")
+ return (f"Total RAM \n{T} bytes \nUnused RAM \n{F} bytes \n({P} free)")
27
28
29
def hsv_to_rgb(h, s, v):
0 commit comments