One of the basic requirements of the LCD 3D printers are to display object as sliced frames.
NanoDLP supports many way to display images, this post try to explain how each one works, what is the best and also give workaround for cases which one engine does not work well enough.
BCM (DispmanX)
It is a way to communicate directly with Raspberry Pi (Broadcom chipsets) to display images. Performance great but only works on Raspberry Pi.
No option needed to enable it, it automatically being used if other display engine does not enabled manually.
Only reason not use it on Raspberry Pi is when NanoDLP DisplaymanX is not compatible with your display in forms of reliability issue.
Framebuffer
This is very basic form of updating display. Just need to put correct path on Linux to enable it instead of BCM.
OpenGL
It is desktop only solution, due to possible timing and reliability issue on desktop computers other way to control your NanoDLP suggested.
BCM (DispmanX) vs. Framebuffer vs. OpenGL
Comparison of the different engines:
Support | BCM | Framebuffer | OpenGL |
Raspberry Pi w. Server OS | Yes | No | No |
Raspberry Pi w. Full OS | No | Yes (Should be Enabled) | Yes |
Linux – Server (ARM, AMD64) | No | Yes | No |
Linux – Desktop (ARM, AMD64) | No | Yes (Should be Enabled) | Yes |
Windows | No | No | Yes |
Mac | No | No (There are some workaround) | Yes |
Performance (FPS) | Great | Good | Good |
Compatibility | Good | Great | Good |
Stability | Great | Great | Good |
Latest Posts

STL Mesh Repair
Technology NanoDLP Repair tool is developed using Golang language which makes it available on all platform including on your browser Simple interface We don’t ask you for any complex input. Just import your STL model and sit back until it’s repaired. Features Our tool is able to fix a wide range of faults common in […]

Web Browser Based SLA 3D Printer Slicer
SLA 3D printer web browser based slicer rely on your browser resources to slice 3D files instead of Raspberry Pi (or other host SBCs)

NanoDLP Documentation Launched
NanoDLP documentation contains both get started guides for novice users and also more advanced guides for expert users.
Hope you become one of the contributors to the new docs.nanodlp.com.