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 2022/06/10 08:05:04 UTC

[GitHub] [incubator-nuttx] adamkaliszan opened a new pull request, #6404: Driver ssd1680 nobsp

adamkaliszan opened a new pull request, #6404:
URL: https://github.com/apache/incubator-nuttx/pull/6404

   ## Summary
   E-INK driver for SSD1680 chipset
   ## Impact
   None
   ## Testing
   Tested on ESP32 Lilygo T5V2.2 board.
   There is no BSP in this pull requests so the tests on real hardware are not possible. I'm going to add BSP in separate pull request.


-- 
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] adamkaliszan closed pull request #6404: Driver ssd1680 nobsp

Posted by GitBox <gi...@apache.org>.
adamkaliszan closed pull request #6404: Driver ssd1680 nobsp
URL: https://github.com/apache/incubator-nuttx/pull/6404


-- 
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 a diff in pull request #6404: Driver ssd1680 nobsp

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on code in PR #6404:
URL: https://github.com/apache/incubator-nuttx/pull/6404#discussion_r894351731


##########
drivers/lcd/Kconfig:
##########
@@ -323,38 +323,6 @@ config LCD_HILETGO
 		LCD_MAXCONTRAST should be 255, but any value >0 and <=255 will be accepted.
 		LCD_MAXPOWER should be 1:  0=off, 1=on
 
-config LCD_SSD1306_CUSTOM

Review Comment:
   why change ssd1306



##########
drivers/lcd/Kconfig:
##########
@@ -416,12 +384,6 @@ config SSD1306_I2CFREQ
 
 endif # LCD_SSD1306_I2C
 
-config SSD1306_POWEROFF_RECONFIGURE

Review Comment:
   ditto



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