You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/core/embed/trezorhal/displays/ltdc.h

12 lines
146 B

#ifndef _LTDC_H
#define _LTDC_H
#include STM32_HAL_H
#define TREZOR_FONT_BPP 4
extern uint8_t *const DISPLAY_DATA_ADDRESS;
#endif //_LTDC_H