diff --git a/micropython/examples/pico_display/ram_test.py b/micropython/examples/pico_display/ram_test.py index 98e4beae..213e3c6b 100644 --- a/micropython/examples/pico_display/ram_test.py +++ b/micropython/examples/pico_display/ram_test.py @@ -23,7 +23,7 @@ def free(full=False): if not full: return P else: - 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)") def hsv_to_rgb(h, s, v):