mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 12:58:36 -07:00
Rename #2
This commit is contained in:
@@ -512,12 +512,10 @@ void canvas_draw_xbm(
|
||||
size_t height,
|
||||
const uint8_t* bitmap) {
|
||||
furi_check(canvas);
|
||||
x += canvas->offset_x;
|
||||
y += canvas->offset_y;
|
||||
canvas_draw_u8g2_bitmap(&canvas->fb, x, y, width, height, bitmap, IconRotation0);
|
||||
canvas_draw_xbm_ex(canvas, x, y, width, height, IconRotation0, bitmap);
|
||||
}
|
||||
|
||||
void canvas_draw_xbm_custom(
|
||||
void canvas_draw_xbm_ex(
|
||||
Canvas* canvas,
|
||||
int32_t x,
|
||||
int32_t y,
|
||||
|
||||
@@ -298,7 +298,7 @@ void canvas_draw_xbm(
|
||||
* @param bitmap pointer to XBM bitmap data
|
||||
*/
|
||||
|
||||
void canvas_draw_xbm_custom(
|
||||
void canvas_draw_xbm_ex(
|
||||
Canvas* canvas,
|
||||
int32_t x,
|
||||
int32_t y,
|
||||
|
||||
Reference in New Issue
Block a user