mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-19 04:48:12 +00:00
display: update display_sleep
This commit is contained in:
parent
2ea5d102a8
commit
5e867cc092
@ -24,11 +24,12 @@
|
|||||||
|
|
||||||
#define LED_PWM_TIM_PERIOD (10000)
|
#define LED_PWM_TIM_PERIOD (10000)
|
||||||
|
|
||||||
static void __attribute__((unused)) display_sleep(void) {
|
static void __attribute__((unused)) display_sleep(void)
|
||||||
|
{
|
||||||
#if DISPLAY_ILI9341V || DISPLAY_ST7789V
|
#if DISPLAY_ILI9341V || DISPLAY_ST7789V
|
||||||
CMD(0x28); // display off
|
CMD(0x28); // DISPOFF: Display Off
|
||||||
HAL_Delay(20);
|
CMD(0x10); // SLPIN: Sleep in
|
||||||
CMD(0x10); // enter sleep
|
HAL_Delay(5); // need to wait 5 milliseconds after "sleep in" before sending any new commands
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user