pmartin / pocketbook-demo

A few demos of C/C++ applications for Pocketbook Touch Lux ereaders
MIT License
67 stars 10 forks source link

Devutils: new command to display a message #24

Open pmartin opened 8 years ago

pmartin commented 8 years ago

From shell scripts, right now, it doesn't seem like we have a way of displaying informations to the user.

A command to display a message could be useful? Maybe something like this:

devutils.app ui:message [--title="..."'] --message="..." [--timeout=3]

-> for example, to display the IP address of the device, in devutils.app, after wifi has been activated?