Skip to content

Commit

Permalink
v0.6.121
Browse files Browse the repository at this point in the history
  • Loading branch information
e2002 committed Apr 10, 2022
1 parent d2e0f6a commit 520b345
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,9 @@ Work is in progress...

---
## Version history
#### v0.6.121
- fixed compiling error with DSP_GC9106 option

#### v0.6.120
- added support for GC9106 160x80 SPI displays
- fixed compiling error with DSP_DUMMY option
Expand Down
2 changes: 1 addition & 1 deletion yoRadio/options.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef options_h
#define options_h

#define VERSION "0.6.120"
#define VERSION "0.6.121"

/*******************************************************
DO NOT EDIT THIS FILE.
Expand Down
5 changes: 4 additions & 1 deletion yoRadio/src/Adafruit_GC9106Ex/Adafruit_GC9106Ex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
*
*/

#include "../../options.h"
#if DSP_MODEL==DSP_GC9106

#include "Adafruit_GC9106Ex.h"
#ifndef ARDUINO_STM32_FEATHER
#include "pins_arduino.h"
Expand Down Expand Up @@ -309,4 +312,4 @@ void Adafruit_GC9106Ex::setAddrWindow(uint16_t x1, uint16_t y1, uint16_t w,
SPI_WRITE16(y2);
writeCommand(GC9106_RAMWR); // Write to RAM
}

#endif

0 comments on commit 520b345

Please sign in to comment.