Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
but0n authored May 4, 2018
1 parent 4e69258 commit d57ef0c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ Render a low poly wolf
#include <ol3d_core.h>
#include <Wolf.h> // .obj data

void OLED_init ();
void w_cmd (uint8_t c);
void w_data (uint8_t d);
void fill_ram (unsigned char *buf);
void OLED_init();
void OLED_fill(unsigned char *buf);

// Declare display buffer, see ol3d_render.h
uint8_t buffer[128*128*3] = {};
Expand Down

0 comments on commit d57ef0c

Please sign in to comment.