mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-19 14:08:11 +00:00
embed/extmod/modtrezorui: fix typo in display-stm32.h
This commit is contained in:
parent
f1dc43f951
commit
4ebd7d2ad8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user