Open atonalfreerider opened 3 weeks ago
No vector graphic support yet in G1, but it is possible to send bitmap image. The api for sending image will be released in the next build of firmware.
Will it be possible to update the bitmap at 20hz?
The refresh rate mainly depends on the Bluetooth transmission bandwidth, and there is no frame rate limit on the hardware.
In this file: https://github.com/even-realities/EvenDemoApp/blob/main/lib/services/evenai.dart
there is this function for sending text:
Is there an equivalent for sending vector graphics to the G1?