off topic:
i have something similar
https://wiki.52pi.com/index.php?title=EP-0188
just wondering, does touch to wake work on that model?
mine doesn't wake on touch
i'm using a py script to blank the screen
i have mine open as well, not planning on covering the back yet.
have future plans for a cyber deck if i survive my next surgery![Laughing :lol:]()
i have something similar
https://wiki.52pi.com/index.php?title=EP-0188
just wondering, does touch to wake work on that model?
mine doesn't wake on touch
i'm using a py script to blank the screen
Code:
#!/bin/python3import tkinter as tkdef on_click(event): root.destroy()root = tk.Tk()root.attributes("-fullscreen", True)root.configure(bg='black')root.bind("<Button-1>", on_click)root.mainloop()have future plans for a cyber deck if i survive my next surgery
Statistics: Posted by kerry_s — Fri Oct 17, 2025 12:08 am