Projects section on the mini screen menu

Hy, a few days ago, I went through the Mini screen pages to see what is new. I was positivly surprised to see the Projects section with diffrent pi-top [4] Demos, Electronic Kit and Robotics Kit programs from the Further Pages.
Now my question: is it possible to add own Projects into this section?

1 Like

Just figured this out.

You make a directory tree like this under /home/pi:

/home/pi/Desktop/
 Projects
     clock
         clock.py
         project.cfg

See /usr/lib/python3/dist-packages/pt_miniscreen/demo_projects/pi_top_4/hello/ for an example of what you need in the .py file and the .cfg file.

2 Likes