Skip to content

Commit

Permalink
Rewind erroneous changes
Browse files Browse the repository at this point in the history
  • Loading branch information
board707 committed Feb 12, 2023
1 parent 004aac9 commit 582dff0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DMD_Monochrome_Parallel.h
Expand Up @@ -17,7 +17,7 @@ class DMD_Monochrome_Parallel :
void shiftScreen(int8_t step) override;

// changing connect scheme not allowed for Parallel
virtual void setConnectScheme(uint8_t sch) override = 0;
virtual void setConnectScheme(uint8_t sch) override {} ;

protected:

Expand Down
8 changes: 4 additions & 4 deletions DMD_STM32a.h
Expand Up @@ -3,11 +3,11 @@
/*--------------------------------------------------------------------------------------
DMD_STM32a.h - advansed version of DMD_STM32.h
****** VERSION 0.9.5 ******
****** VERSION 0.9.3 ******
DMD_STM32.h - STM32 port of DMD.h library
adapted by Dmitry Dmitriev (c) 2019-2023
adapted by Dmitry Dmitriev (c) 2019-2022
======= based on =========
Expand Down Expand Up @@ -242,8 +242,8 @@ class DMD : public Adafruit_GFX
#endif
virtual void set_mux(uint8_t curr_row);
virtual void drawHByte(int16_t x, int16_t y, uint8_t hbyte, uint16_t bsize, uint8_t* fg_col_bytes,
uint8_t* bg_col_bytes) =0 ;
virtual void getColorBytes(uint8_t* cbytes, uint16_t color) =0 ;
uint8_t* bg_col_bytes) {} ;
virtual void getColorBytes(uint8_t* cbytes, uint16_t color) {};

// pins
const uint8_t mux_cnt = 2;
Expand Down

0 comments on commit 582dff0

Please sign in to comment.