atbetaflight/make
Alberto García Hierro 37e66b3dda Add support for FrSky OSD
- Add displayWriteFontCharacter() for font writing, removing all max7456
specific code.
- Add displayIsReady() for asynchronous display initialization
- Add displayBeginTransaction()/displayCommitTransaction() for display
transactions, which allow performing complex drawing operations without
flickering
- Add displayGetCanvas(), which retrieves the canvas associated with a
display (if it has it)
- Add canvas implementation for pixel based access for a display
- Add FrSkyOSD driver and displayPort driver
- Enable FrSkyOSD driver for targets with flash > 256
- Rename max7456_symbols.h to osd_symbols.h
2019-11-30 22:06:36 +00:00
..
mcu Moved MCU specific defines into 'common_pre.h' if not used in the STM32 libraries. 2019-10-27 23:09:33 +13:00
build_verbosity.mk
checks.mk Fixed checks and added target for all checks. 2019-09-16 23:29:28 +12:00
linux.mk
macosx.mk
openocd.mk
source.mk Add support for FrSky OSD 2019-11-30 22:06:36 +00:00
system-id.mk
targets.mk Support compilation of EXST (EXTERNAL STORAGE) targets 2019-06-07 09:14:49 +12:00
targets_list.mk Removed the outdated official target list. (#9220) 2019-11-25 19:02:48 +13:00
tools.mk Fix download URLs for gcc 9.2.1 2019-11-28 12:26:56 -05:00
windows.mk