You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/07/22 00:42:13 UTC

[GitHub] [incubator-nuttx] transistorretorcido opened a new pull request #4204: added st7735 LCD based support

transistorretorcido opened a new pull request #4204:
URL: https://github.com/apache/incubator-nuttx/pull/4204


   ## Summary
   Added support for st7735 LCD to Raspberry Pi Pico.
   Ported from st7789
   
   ## Impact
   st7735 LCD based available
   
   ## Testing
   
   Tested on Pi Pico stock board, with LCD 128*160 st7735, and framebuffer demo


-- 
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] [incubator-nuttx] xiaoxiang781216 merged pull request #4204: added st7735 LCD based support

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #4204:
URL: https://github.com/apache/incubator-nuttx/pull/4204


   


-- 
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] [incubator-nuttx] transistorretorcido commented on pull request #4204: added st7735 LCD based support

Posted by GitBox <gi...@apache.org>.
transistorretorcido commented on pull request #4204:
URL: https://github.com/apache/incubator-nuttx/pull/4204#issuecomment-884876160


   Thanks for commentary and procedure.


-- 
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] [incubator-nuttx] xiaoxiang781216 commented on pull request #4204: added st7735 LCD based support

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on pull request #4204:
URL: https://github.com/apache/incubator-nuttx/pull/4204#issuecomment-884645518


   Please run the command locally and append the change to your patch:
   ```
   ./tools/refresh.sh --silent raspberrypi-pico/st7735
   ```
   And the follow warning:
   ```
   Error: /home/runner/work/incubator-nuttx/incubator-nuttx/nuttx/boards/arm/rp2040/common/src/rp2040_st7735.c:55:1: error: Too many blank lines
   Error: /home/runner/work/incubator-nuttx/incubator-nuttx/nuttx/boards/arm/rp2040/common/src/rp2040_st7735.c:56:1: error: Too many blank lines
   Error: /home/runner/work/incubator-nuttx/incubator-nuttx/nuttx/boards/arm/rp2040/common/src/rp2040_st7735.c:57:1: error: Too many blank lines
   ```


-- 
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