You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Heltec-Aaron-Lee I noticed you recently Added st7735 support. I a m trying it out on a CubeCell – Dev-Board (V2) and running into the following issues
HT_st7735.h defines the DC pin as GPIO8
#defineST7735_DC_Pin GPIO8
The CubeCell-Dev-Board does not have a GPIO8 on V1 or V2. This is causing the build to fail until the define is changed in the header.
@Heltec-Aaron-Lee I noticed you recently Added st7735 support. I a m trying it out on a CubeCell – Dev-Board (V2) and running into the following issues
HT_st7735.h defines the DC pin as GPIO8
The CubeCell-Dev-Board does not have a GPIO8 on V1 or V2. This is causing the build to fail until the define is changed in the header.
https://github.com/HelTecAutomation/CubeCell-Arduino/blob/16549f2000362873ca0eb9788101054defb92f4c/libraries/DISPLAY/src/HT_st7735.h#LL21C1-L21C35
The text was updated successfully, but these errors were encountered: