Skip to content

Commit 5e95185

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 6dc32fb + 564a3a4 commit 5e95185

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ You can send JSON messages to DroidPad to update the UI. All connection types ar
293293
- SWITCH
294294
- SLIDER
295295
- LED
296+
- GAUGE
296297

297298
To update a **SWITCH**, **SLIDER**, **LED**, or **GAUGE** send a JSON object message similar to the ones specified in the [SWITCH](#switch), [SLIDER](#slider), [LED](#led), [GAUGE](#gauge) sections, with the desired value or state.
298299

@@ -312,6 +313,9 @@ A long Bluetooth device name can cause advertisement failure (In case of BLE). T
312313

313314
For devices running **Android 12 or higher**, you also need to ensure that your app has the necessary Bluetooth permissions. To do this, go to the app's system settings and grant the required **Nearby Devices** permission. Without this permission, the app won't be able to advertise Bluetooth LE services or access paired devices when using Bluetooth Classic.
314315

316+
## Limitations of Control Pad Sharing via QRCode and Json file
317+
Although DroidPad allows you to share your control pads via QR code and JSON file, this feature has certain limitations. The app does not implement a grid system for item placement; instead, all items are positioned relative to the origin point at the top-left corner (0,0) of the control pad. As a result, when you import a control pad onto a device with a different screen size, DroidPad applies an offset shift to all items to adapt them to the new dimensions. In some cases, this automatic adjustment may require manual fine-tuning by the user importing it
318+
315319
## Testing the connection
316320
You can test the connections with Websocket,TCP, UDP servers and BLE client provided in [https://github.com/UmerCodez/droidpad-python-examples](https://github.com/UmerCodez/droidpad-python-examples)
317321

0 commit comments

Comments
 (0)