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
I'm trying to lower the power consumption of the Sharp BoosterPack display as much as possible, with the screen maintaining what is displayed and the rest of the CC1352 in low power or idle mode.
A first idea is to turn the SPI bus off to save power on the CC1352R.
The SPI bus takes about ~2 mA alone.
Doing so freezes the MCU as SendToggleVCOMCommand() tries to use SPI.
The text was updated successfully, but these errors were encountered:
rei-vilo
changed the title
How to maintain the Toggle VCOM procedure without using SPI?
How to lower the power consumption of the Sharp BoosterPack display?
Mar 18, 2020
I'm trying to lower the power consumption of the Sharp BoosterPack display as much as possible, with the screen maintaining what is displayed and the rest of the CC1352 in low power or idle mode.
The SPI bus takes about ~2 mA alone.
Doing so freezes the MCU as
SendToggleVCOMCommand()
tries to use SPI.Energia/libraries/LCD_SharpBoosterPack_SPI/LCD_SharpBoosterPack_SPI.cpp
Lines 529 to 537 in 3116b84
So the question is how to maintain the Toggle VCOM procedure without using SPI?
Could the Sensor Controller come to the rescue?
Note: According to page 16 of LS013B7DH03_16Nov12_Spec_LCP-1112061.pdf,
CS
isHIGH
to select the screen.The text was updated successfully, but these errors were encountered: