'framebuf' display simulation #11715
Replies: 6 comments 22 replies
-
Try pygame as main "display engine" for create simulator, or try luma.emulator edit: luma.oled |
Beta Was this translation helpful? Give feedback.
-
Thanks for your answer! luma.emulator looks nice... |
Beta Was this translation helpful? Give feedback.
-
Well, my goal is to work on a micropython menu/gui lib which uses displays like ssd1306 and similar, which are based on framebuf. That's why I wanted to use micropython unix port. But I may be able to use regular Python, by emulating the entire framebuf module... |
Beta Was this translation helpful? Give feedback.
-
The problem is to have acces to the hardware: I would like to be able to develop from anywhere, when I have some free time (in train, for example)... |
Beta Was this translation helpful? Give feedback.
-
I'm assuming you use the Linux OS. The framebuffer memory is a chunk of RAM which is pixel-wise arranged. |
Beta Was this translation helpful? Give feedback.
-
Hi I was intrigued by this problem and it is a feature useful to me too. At the moment I use to replace the real ssd1306 driver. So it works only with web applications, I mean micropython programs with a web server. It consists of two files:
I am thinking to publish it as open source, but I have to improve some features. |
Beta Was this translation helpful? Give feedback.
-
Hi!
Is there a graphical library available for Micropython Unix port ? Like tkinter/PIL...
I would like to simulate a framebuf display (like SSD1306), so I can develop and test a GUI lib without using a real microcontroller/screen/buttons...
Thanks,
Frédéric
Beta Was this translation helpful? Give feedback.
All reactions