Hi all,
I want to have keyboard support in Photon on an embedded system.
So we don’t use the ph skript, instead we start everything in an own script.
Until now we had a touchscreen working fine, now we want the keyboard.
The startup procedure is as follows (I omitted the sleeps):
Dev
Dev.con -n 1 -H <========== This is the new entry
Dev.ser -xxxx …
phlib_s11
Photon
phfontall
xxxbios.ms -xxxxx …
Pg.xxx …
Input kbd fd -d/dev/kbd <====== Before it was xtouch fd -d/dev/ser2
pwm -h -W -S
If I run it like above, photon starts and screen gets black.
If I omit the Dev.con line, everything works fine, but of course I have no
keyboard.
What is missing or wrong??
Thanks,
Stefan