Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/cnlohr/ch32v003fun
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlohr committed Jan 10, 2025
2 parents a2d6044 + 1a327f5 commit 0f30d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extralibs/ssd1306.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#define SSD1306_PSZ 32

// characteristics of each type
#if !defined (SSD1306_64X32) && !defined (SSD1306_128X32) && !defined (SSD1306_128X64) && !defined (SH1107_128x128)
#if !defined (SSD1306_64X32) && !defined (SSD1306_128X32) && !defined (SSD1306_128X64) && !defined (SH1107_128x128) && !(defined(SSD1306_W) && defined(SSD1306_H) && defined(SSD1306_OFFSET) )
#error "Please define the SSD1306_WXH resolution used in your application"
#endif

Expand Down

0 comments on commit 0f30d56

Please sign in to comment.