Open Adi-18 opened 4 years ago
Hi, it's a nice project indeed, I was also interested to get it working with the mk2 version, and was able to figure it out at least up to registering RunnableItem and StreamKeyListener. The differences compared to the earlier streamdeck version seem to be
Its a nice projeckt bat it looks like its no more compatible with new Stream Deck (5 x 3 Buttons).
There was some exceptions. After inserted jna 5.5.0 and build current nyholku/urejavahidapi. I have still exception while running Example1_Displaying_A_Key.java Vendor-ID: 4057, Product-ID: 109 Found ESD [4057:109] Connected Stream Decks: Manufacurer: Elgato Product: Stream Deck Device-Id: HID\VID_0FD9&PID_006D\8&3992574&0&0000 Serial-No: AL17J2C01756 Path: \?\hid#vid_0fd9&pid_006d#8&3992574&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}
It means the place with System.arraycopy(data, 0, m_OutputReportArray, 1, length)
Length of data is 8190 but m_OutputReportArray is only 1024 get from caps.OutputReportByteLength; Where is this from?