Brigadir
Results
2
issues of
Brigadir
The compiler shows error in the function ``` void PROFILING_START(const char *profile_name) { prof_name = profile_name; event_count = 0; CoreDebug->DEMCR |= CoreDebug_DEMCR_TRCENA_Msk; DWT->LAR = 0xC5ACCE55; //
Current implementation of `void u8g2_DrawHXBMP(u8g2_t *u8g2, u8g2_uint_t x, u8g2_uint_t y, u8g2_uint_t len, const uint8_t *b)` renders XBM image pixel-by-pixel using `u8g2_DrawHVLine()` function. It may be optimized to render horizontal line...
enhancement