even-realities / EvenDemoApp

BSD 2-Clause "Simplified" License
38 stars 4 forks source link

Send Vector Graphcs to G1 #3

Open atonalfreerider opened 17 hours ago

atonalfreerider commented 17 hours ago

In this file: https://github.com/even-realities/EvenDemoApp/blob/main/lib/services/evenai.dart

there is this function for sending text:

  // Send text data to the glasses,including status information
  int retryCount = 0;
  Future<bool> sendEvenAIReply(
      String text, int type, int status, int pos) async {

Is there an equivalent for sending vector graphics to the G1?