Furi,FuriHal: various improvements (#2819)

* Lib: adjust default contrast for ERC displays

* Furi: various improvements in check module

* Format Sources

* FurHal: ble early hardfault detection

---------

Co-authored-by: hedger <hedger@users.noreply.github.com>
This commit is contained in:
あく
2023-06-30 13:52:43 +04:00
committed by GitHub
co-authored by hedger
parent 5d40193308
commit 6d9de25494
6 changed files with 218 additions and 33 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#include <furi_hal.h>
#define CONTRAST_ERC 32
#define CONTRAST_ERC 31
#define CONTRAST_MGG 31
uint8_t u8g2_gpio_and_delay_stm32(u8x8_t* u8x8, uint8_t msg, uint8_t arg_int, void* arg_ptr) {