![]() |
Virtual Keyboard number - Printable Version +- Virtuino Forum (https://virtuino.com/forum) +-- Forum: Virtuino (https://virtuino.com/forum/forumdisplay.php?fid=1) +--- Forum: Virtuino 6 (https://virtuino.com/forum/forumdisplay.php?fid=3) +--- Thread: Virtual Keyboard number (/showthread.php?tid=1215) |
Virtual Keyboard number - Shodan47 - 02-13-2023 Hi, i need a virtual keyboard for send number 1 to 999 on my Virtualino app so i did it like below ... my app : ![]() Virtual Keyboard: When you click on "Key picture", (V[7]=1); you're unlock Keyboard and run ClavierVirtuino(); The loop while run three times and exits the module (it is easy to increase), so by example, if you number is 523, you type 5 and 2 and 3, but if you number is smaller then 100 , 99 for example, you should type 0 and 9 and 9 The number appears in case "Attrape". Caution variable is (Place) not int but double . ![]() Config Button ![]() Code Arduino Code: void ClavierVirtuino() //************************************ There are probably easier ways for the same results, but if can help, i give you mine method ![]() |