Re: [PR] driver/touchscreen: Add support for mirror/swap [nuttx]

2025-07-07 Thread via GitHub
acassis merged PR #16677: URL: https://github.com/apache/nuttx/pull/16677 -- 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-unsubscr...@nuttx.apac

Re: [PR] driver/touchscreen: Add support for mirror/swap [nuttx]

2025-07-06 Thread via GitHub
JianyuWang0623 commented on code in PR #16677: URL: https://github.com/apache/nuttx/pull/16677#discussion_r2188098505 ## drivers/input/ft5x06.c: ## @@ -429,7 +377,7 @@ static ssize_t ft5x06_sample(FAR struct ft5x06_dev_s *priv, FAR char *buffer, /* Get the reported X and Y

Re: [PR] driver/touchscreen: Add support for mirror/swap [nuttx]

2025-07-06 Thread via GitHub
JianyuWang0623 commented on code in PR #16677: URL: https://github.com/apache/nuttx/pull/16677#discussion_r2188098505 ## drivers/input/ft5x06.c: ## @@ -429,7 +377,7 @@ static ssize_t ft5x06_sample(FAR struct ft5x06_dev_s *priv, FAR char *buffer, /* Get the reported X and Y

Re: [PR] driver/touchscreen: Add support for mirror/swap [nuttx]

2025-07-06 Thread via GitHub
JianyuWang0623 commented on code in PR #16677: URL: https://github.com/apache/nuttx/pull/16677#discussion_r2188098505 ## drivers/input/ft5x06.c: ## @@ -429,7 +377,7 @@ static ssize_t ft5x06_sample(FAR struct ft5x06_dev_s *priv, FAR char *buffer, /* Get the reported X and Y

Re: [PR] driver/touchscreen: Add support for mirror/swap [nuttx]

2025-07-05 Thread via GitHub
xiaoxiang781216 commented on code in PR #16677: URL: https://github.com/apache/nuttx/pull/16677#discussion_r2187948191 ## drivers/input/ft5x06.c: ## @@ -429,7 +377,7 @@ static ssize_t ft5x06_sample(FAR struct ft5x06_dev_s *priv, FAR char *buffer, /* Get the reported X and

Re: [PR] driver/touchscreen: Add support for mirror/swap [nuttx]

2025-07-05 Thread via GitHub
JianyuWang0623 commented on code in PR #16677: URL: https://github.com/apache/nuttx/pull/16677#discussion_r2187660409 ## include/nuttx/input/touchscreen.h: ## @@ -235,6 +236,7 @@ struct touch_lowerhalf_s { uint8_t maxpoint; /* Maximal point supported by the touch

Re: [PR] driver/touchscreen: Add support for mirror/swap [nuttx]

2025-07-05 Thread via GitHub
JianyuWang0623 commented on code in PR #16677: URL: https://github.com/apache/nuttx/pull/16677#discussion_r2187661245 ## drivers/input/Kconfig: ## @@ -85,6 +85,33 @@ config INPUT_TOUCHSCREEN bool default n +if INPUT_TOUCHSCREEN && VIDEO_FB + +config INPUT_TOUCH

Re: [PR] driver/touchscreen: Add support for mirror/swap [nuttx]

2025-07-05 Thread via GitHub
JianyuWang0623 commented on code in PR #16677: URL: https://github.com/apache/nuttx/pull/16677#discussion_r2187658202 ## drivers/input/touchscreen_upper.c: ## @@ -149,6 +150,11 @@ static int touch_open(FAR struct file *filep) filep->f_priv = openpriv; nxmutex_unlock(&upp

Re: [PR] driver/touchscreen: Add support for mirror/swap [nuttx]

2025-07-05 Thread via GitHub
JianyuWang0623 commented on PR #16677: URL: https://github.com/apache/nuttx/pull/16677#issuecomment-3039826686 Will rebase to master and merge the newst commit "_Merge branch 'master' into br_wjy_touchscreen_swap_mirror_szpi_250705_" to previous commit **_later_**. -- This is an automate

Re: [PR] driver/touchscreen: Add support for mirror/swap [nuttx]

2025-07-04 Thread via GitHub
xiaoxiang781216 commented on code in PR #16677: URL: https://github.com/apache/nuttx/pull/16677#discussion_r2186492045 ## drivers/input/touchscreen_upper.c: ## @@ -149,6 +150,11 @@ static int touch_open(FAR struct file *filep) filep->f_priv = openpriv; nxmutex_unlock(&up