faster buffer sending
This commit is contained in:
parent
129df28574
commit
4446a3781c
2 changed files with 20 additions and 7 deletions
|
@ -37,6 +37,7 @@ void send_command(uint8_t command);
|
|||
void send_data(uint8_t data);
|
||||
void set_page_address(uint8_t address);
|
||||
void set_column_address(uint8_t address);
|
||||
void clear_screen(void);
|
||||
void clear_buffer(void);
|
||||
void send_buffer(void);
|
||||
void draw_pixel(uint8_t x, uint8_t y, uint8_t color, uint8_t mode);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue