Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maro159 committed Dec 5, 2023
1 parent 6a1f431 commit 85614b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssd1306.h
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ void ssd1306_clear_pixel(ssd1306_t *p, uint32_t x, uint32_t y);
void ssd1306_draw_pixel(ssd1306_t *p, uint32_t x, uint32_t y);

/**
@brief draw pixel on buffer
@brief draw line on buffer
@param[in] p : instance of display
@param[in] x1 : x position of starting point
Expand Down

0 comments on commit 85614b1

Please sign in to comment.