write_to_buffer wszystkie testy pomyslne
This commit is contained in:
@@ -82,10 +82,9 @@ uint8_t SSD1306_display_page(void);
|
||||
void SSD1306_clear(uint8_t color);
|
||||
|
||||
void ssd1306_set_pixel(uint8_t x, uint8_t y, uint8_t bw);
|
||||
void ssd1306_write_to_buffer(const uint8_t* data, uint8_t width, uint8_t height, int8_t pos_x, int8_t pos_y);
|
||||
void SSD1306_write_to_buffer(const uint8_t* data, uint8_t width, uint8_t height, int8_t pos_x, int8_t pos_y);
|
||||
void ssd1306_clear_buffer (uint8_t width, uint8_t height, uint8_t pos_x, uint8_t pos_y);
|
||||
|
||||
void next(const uint8_t* bitmap, uint8_t bitmap_width, uint8_t bitmap_height, int8_t pos_x, int8_t pos_y);
|
||||
|
||||
#ifdef TEST
|
||||
extern uint8_t buffer_oled[SSD1306_BUF_SIZE];
|
||||
|
||||
Reference in New Issue
Block a user