↓ 12 callersFunctionu8g2_font_decode_get_signed_bits2 bit --> cnt = 2
-2,-1,0. 1
3 bit --> cnt = 3
-2,-1,0. 1
-4,-3,-2,-1,0,1,2,3
if ( x < 0 )
r = bits(x-1)+1;
else
r
Core/Src/hal/hal_dreamCore/components/oled/graph_lib/u8g2/u8g2_font.c:282
↓ 9 callersFunctionmui_u8g2_draw_button_utfvoid u8g2_DrawButtonUTF8(u8g2_t *u8g2, u8g2_uint_t x, u8g2_uint_t y, u8g2_uint_t flags, u8g2_uint_t width, u8g2_uint_t padding_h, u8g2_uint_t padding_
Core/Src/hal/hal_dreamCore/components/oled/graph_lib/u8g2/mui_u8g2.c:230