↓ 18 callersFunctionOLED_WinDrawStr* @brief : void OLED_WinDrawStr(window *win,int16_t x, int16_t y ,uint8_t size, uint8_t* str)
* @param : win指定窗口,x,y相对于窗口的恒重坐标,str 字符串
* @attention :
Third-party-design/PageVersion/Csource/src/oled_g.c:162
↓ 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
Third-party-design/platform-test/U8g2/u8g2_font.c:282
↓ 11 callersFunctionOLED_WinDrawRBox* @brief : void OLED_WinDrawRBox(window *win, int16_t x_start, int16_t y_start, int16_t width, int16_t height, uint8_t r)
* @param : r 倒角像素的大小
* @atte
Third-party-design/PageVersion/Csource/src/oled_g.c:225
↓ 10 callersFunctionOLED_WinDrawASCII函数:void OLED_WinDrawASCII(window *win,int16_t x, int16_t y ,uint8_t size, char c)
参数:[in] win, x,y ,size(12,16,24) c
返回值:目前递增到的x的位置
说明:绘制单个字符
作者:Sheep
Third-party-design/PageVersion/Csource/src/oled_g.c:119
↓ 10 callersFunctionOLED_WinDrawRBoxEmpty* @brief : void OLED_WinDrawRBoxEmpty(window *win, int16_t x_start, int16_t y_start, int16_t width, int16_t height, uint8_t r)
* @param : 在窗口内绘制空心的倒角
Third-party-design/PageVersion/Csource/src/oled_g.c:244