

Hey everyone!
The original author of the base driver is WSTRN. The actual source is here: https://github.com/WSTRN/LPM009M360_demo
Not the other repo some people found. WSTRN wrote a working driver and even attempted to upstream it into ZMK, but the ZMK maintainers suggested he contribute it directly to the official Zephyr project instead — that way, future ZMK version updates would automatically stay in sync. For reasons I don't know, he eventually stopped pursuing it. I owe a huge thank you to his groundwork.
Taking WSTRN's foundation, I poured about two weeks into turning it into the color driver you see now. Specifically:
Added real color support (RGB111) — the original could only do monochrome.
Added two more rotation directions, bringing full orientation flexibility. I referenced Gbertaz/JDI_MIP_Display to make screen layout much easier for us.
Optimized refresh algorithms so the screen updates noticeably faster.
Updated and modified APIs to work cleanly with Zephyr 4.1, which the latest ZMK relies on.
One by one, I colored every single status component that was originally monochrome in nice!view — battery, layers, Bluetooth, peripheral status — and debugged each of them until they looked right.
I personally prefer to build locally, but I know most people just want things to work out of the box. So I spent an entire day debugging the GitHub Actions workflow to make the module compile smoothly with the latest ZMK. Now you can simply add the shield, and it will build with no extra headache.
If you want to build your own colorful nice!view, here's how to find the JDI LPM009M360A display:
Direct purchase: QuestWise Ventures https://www.questwiseventures.com/products/ultra-low-power-jdi-0-96-144x72-color-memory-lcd carries it.
eBay also has listings if you search for the model number.
Cheap hack: Buy a second-hand PHICOMM W3 bracelet, carefully remove the screen, and it's exactly the same display — a fraction of the cost.
If you have any questions, ideas, or run into issues, please open a discussion or issue on GitHub. I'd love to chat and help however I can.
Thanks for reading this far, and for all the encouragement on the first photo — it genuinely meant the world to me.
GitHub Repo: https://github.com/JU-YANG-NING-HUO/Color_nice_view
Happy building, everyone!