quietvoid / pgen_client

Utility to control a Raspberry Pi with a PGenerator installation
GNU General Public License v3.0
13 stars 1 forks source link

show patterns included with PGen? #20

Closed nefilim closed 2 months ago

nefilim commented 2 months ago

Is it possible to show patterns included with PGenerator, eg https://www.displaycalibrations.com/pgenerator_order.html ?

ps is the PGen API documented somewhere? or even better, is the source available somewhere?

quietvoid commented 2 months ago

Is it possible to show patterns included with PGenerator, eg

It is but I don't have any patterns on mine so I haven't tried.

ps is the PGen API documented somewhere? or even better, is the source available somewhere?

The source is available on the device itself for the daemon. There are just a few executables that are used for the actual pattern displaying part, for which the source and build instructions are not really available.

If you know what you are doing, you can either read the DeviceControl code or capture packets for communication from ColourSpace.

nefilim commented 2 months ago

thanks for the pointers. more perl 🤦