Skip to content

Commit

Permalink
Merge pull request #6 from cyberman54/patch-1
Browse files Browse the repository at this point in the history
bugfix odbPower() in header definition
  • Loading branch information
bitbank2 authored May 22, 2020
2 parents 914f73b + d0ef80b commit 917b8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OneBitDisplay.h
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ int obdLoadBMP(OBDISP *pOBD, uint8_t *pBMP, int x, int y, int bInvert);
// Power up/down the display
// useful for low power situations
//
void obdPower(OBDISP *pOBD, uint8_t bOn);
void obdPower(OBDISP *pOBD, int bOn);
//
// Set the current cursor position
// The column represents the pixel column (0-127)
Expand Down

0 comments on commit 917b8bb

Please sign in to comment.