From 0d9b084a1d232fcc65c1fa23164256b0d1d4797b Mon Sep 17 00:00:00 2001 From: Matt Trentini Date: Thu, 22 May 2025 16:37:25 +1000 Subject: [PATCH] Add package.json for MIP compatibility --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..22d9bc4 --- /dev/null +++ b/package.json @@ -0,0 +1,8 @@ +{ + "urls": [ + ["st7789_base.py", "github:antirez/ST77xx-pure-MP/st7789_base.py"], + ["st7789_ext.py", "github:antirez/ST77xx-pure-MP/st7789_ext.py"] + ], + "version": "1.0.0", + "deps": [] +} \ No newline at end of file