Gary-Hobson opened a new pull request, #5988:
URL: https://github.com/apache/incubator-nuttx/pull/5988

   ## Summary
   Read the keyboard data of the computer on the emulator, this needs to depend 
on X11
   ## Impact
   
   ## Testing
   ./tools/configure.sh -l sim:minibasic
   
   enable the following configuration:
   CONFIG_DRIVERS_VIDEO=y
   CONFIG_INPUT=y
   CONFIG_VIDEO=y
   CONFIG_VIDEO_FB=y
   CONFIG_SIM_KEYBOARD=y
   CONFIG_SIM_TOUCHSCREEN=y
   CONFIG_SIM_X11FB=y
   
   monitor device data changes:
   cat /dev/kbd &
   you will see the value of the key pressed is printed twice, one for press 
and one for release


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to