From 4ebd7d2ad8d54477e63d7c043b352c0c8fef73a2 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Fri, 3 Aug 2018 13:39:06 +0200 Subject: [PATCH] embed/extmod/modtrezorui: fix typo in display-stm32.h --- embed/extmod/modtrezorui/display-stm32.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/embed/extmod/modtrezorui/display-stm32.h b/embed/extmod/modtrezorui/display-stm32.h index 9869d63b45..ed25da306e 100644 --- a/embed/extmod/modtrezorui/display-stm32.h +++ b/embed/extmod/modtrezorui/display-stm32.h @@ -44,7 +44,8 @@ // ST7789V => 00 85 85 52 // GC9307 => 00 00 93 07 -// ILI9341V => 00 00 00 00 (or unspecified) +// ILI9341V => 00 00 80 00 +// some of the modules return "00 00 00 00", which means the vendor did not set the value static uint32_t __attribute__((unused)) display_identify(void) { volatile uint8_t c;