<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">
      <div class="moz-cite-prefix">On 05/13/2015 08:03 PM, Les Howell
        wrote:<br>
      </div>
      <blockquote cite="mid:1431561829.7469.33.camel@school" type="cite">
        <pre wrap="">I created a new UI for GRBL using Python with tkinter.  Not bad, but it
won't work on an Android Notepad (GX10 from a company called EKEN),
which was my target. </pre>
      </blockquote>
      Are you running the entire show from the notepad? I am asking
      because a popular architecture is to run e.g. LinuxCNC on an
      embedded Intel (Atom)  or ARM (Beaglebone) motherboard with rich
      I/O, and use Android tablets for GUI. In that case, you can
      install X on Android (e.g.<a
href="https://play.google.com/store/apps/details?id=x.org.server&amp;hl=en"
        target="_blank"> https://play.google.com/store/<wbr>apps/details?id=x.org.server
        )</a><br>
      <div>and run GUI client on the main computer, displaying  on the
        Android server over the USB networking.<br>
        <br>
        DISPLAY=<a href="http://192.168.1.11:0" target="_blank">192.168.1.11:0</a> 
        wish testbuttons.tcl<br>
        <br>
      </div>
      <div>It runs fine, although the mouse interaction is awkward (have
        to slide the cursor to the target first before tapping to
        click).</div>
    </div>
  </body>
</html>