Jump to content

Recommended Posts

Posted

Hi,

Are there plans to add gesture support? I was thinking you could swipe to change contianers or something like that.

Also can the remote display work over serial links, like USB or Bluetooth?

Posted

There are no current plans to add guesture support.

The good thing however is that it is relatively simple to add your own. In your main event loop the listener is capable of listening to general mouse events. Use geventAttachSource (i think that is the name) to attach the mouse to your listener before your event loop. Your listener will then get mouse events that you can process to see guestures.

The current remote display code uses tcp/ip. Any hardware that supports tcp/ip connections and is supported by your embedded tcp stack will work.

Note also that the remote display and its coresponding client are both written using ugfx so it would be very simple to modify them to use whatever protocol or hardware you want including such things as a simple serial connection.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...