You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "caramelli (via GitHub)" <gi...@apache.org> on 2023/07/03 09:01:09 UTC

[GitHub] [nuttx] caramelli opened a new pull request, #9682: input/touchscreen: Translate raw X/Y data into pixel coordinates

caramelli opened a new pull request, #9682:
URL: https://github.com/apache/nuttx/pull/9682

   ## Summary
   
   When using the generic touchscreen driver interface, the device's X and Y threshold config values ​​may be required to translate the raw touchscreen data into pixel coordinates. It may also be necessary to apply an offset.
   
   ioctl commands can be used to get these device specific config values.
   
   The idea of ​​the proposal is illustrated here with the STMPE811 touchscreen controller available on the STM32F429I-DISC1 board.
   
   ## Testing
   
   Test based on the following defconfig: https://github.com/directfb2/DirectFB2/blob/master/lib/direct/os/nuttx/configs/stm32f429i-disco/defconfig
   
   Use the df_input example to move a cross with its pixel coordinates displayed on the touchscreen: https://github.com/directfb2/DirectFB-examples/blob/master/src/df_input.c


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nuttx] acassis merged pull request #9682: input/touchscreen: Translate raw X/Y data into pixel coordinates

Posted by "acassis (via GitHub)" <gi...@apache.org>.
acassis merged PR #9682:
URL: https://github.com/apache/nuttx/pull/9682


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nuttx] acassis commented on pull request #9682: input/touchscreen: Translate raw X/Y data into pixel coordinates

Posted by "acassis (via GitHub)" <gi...@apache.org>.
acassis commented on PR #9682:
URL: https://github.com/apache/nuttx/pull/9682#issuecomment-1618244712

   Applying! Ignoring the MacOS generic fail!


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org