Matt

  • Gesamtaktivitäten 6
  • Letzte Aktivität
  • Mitglied seit
  • Folge ich 0 Benutzer
  • Gefolgt von 0 Benutzer
  • Stimmen 0
  • Abonnements 1

Aktivitätsübersicht

Neueste Aktivität von Matt
  • Matt hat einen Kommentar hinterlassen

    Heya Poppy , wondering if you have any response to the above?

  • Matt hat einen Kommentar hinterlassen

    Oh also, the part where the documentation says that only Canvas supports touch events should be removed. They work on Shapes too, you just need to use the UDP API as well as the pseudo-RESTful API.

  • Matt hat einen Kommentar hinterlassen

    My last remaining problem is the meaning of the “Touch Type and Touch Strength Byte”.The documentation says nothing about bits 3 to 7.Then it says that bit 2 is reserved.Then it says that bit 1 is ...

  • Matt hat einen Kommentar hinterlassen

    Ok, I've made some progress. There is a UDP API, and I do receive data via it when I tap my Hexagon. Here's my code:#!python3 import requestsimport socketimport threadingimport structfrom sys impor...

  • Matt hat einen Post erstellt

    Shapes touch events?

    Hi, I'm writing software in Python to control my Nanoleaf Shapes over their HTTP API.I would like to receive touch events in my software, so I can do things like turn the installation into a giant ...