add u8g2 and ui libs (#91)

* add u8g2 and ui libs

* add display driver and usage example

* not init display in test mode

* change todo text

* fix removed code

* Target f2 (#107)

* add ioc for flipperzero f2

* add generated f1 files to f2

* regenerate cubemx

* invert initial state of led

* blink backligh

* shutdown backlight on idle
This commit is contained in:
coreglitch
2020-09-09 22:12:09 +06:00
committed by GitHub
parent 884fccc591
commit 5c81bb8abc
1119 changed files with 1394482 additions and 7 deletions

View File

@@ -0,0 +1,4 @@
#include "u8g2/u8g2.h"
uint8_t u8g2_gpio_and_delay_stm32(u8x8_t *u8x8, uint8_t msg, uint8_t arg_int, void *arg_ptr);
uint8_t u8x8_hw_spi_stm32(u8x8_t *u8x8, uint8_t msg, uint8_t arg_int, void *arg_ptr);