diff --git a/docs/device/error-codes.md b/docs/device/error-codes.md index b75d7759..16e823c7 100644 --- a/docs/device/error-codes.md +++ b/docs/device/error-codes.md @@ -9,7 +9,15 @@ Below is a list of error numbers and what they mean: * **10** (`MICROBIT_I2C_LOCKUP`): the micro:bit's I2C bus is not working * **20** (`MICROBIT_OOM`): there is no free memory on the micro:bit -![](/static/mb/device/error-codes-0.png) +```sim +basic.showLeds(` + # . . . # + # # . # # + . . . . . + . # # # . + # . . . # + `) +``` ### See also diff --git a/docs/static/mb/device/error-codes-0.png b/docs/static/mb/device/error-codes-0.png deleted file mode 100644 index 06057a8f..00000000 Binary files a/docs/static/mb/device/error-codes-0.png and /dev/null differ diff --git a/docs/static/mb/device/reactive-2.png b/docs/static/mb/device/reactive-2.png deleted file mode 100644 index a3214823..00000000 Binary files a/docs/static/mb/device/reactive-2.png and /dev/null differ diff --git a/docs/static/mb/device/screen-0.png b/docs/static/mb/device/screen-0.png deleted file mode 100644 index 43cc19bf..00000000 Binary files a/docs/static/mb/device/screen-0.png and /dev/null differ