Skip to content

Commit

Permalink
add missing display clock min/max values for SSD1309
Browse files Browse the repository at this point in the history
  • Loading branch information
avsa242 committed Feb 15, 2022
1 parent 7b41b50 commit 35d6aed
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion core.con.ssd130x.spin
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Description: SSD130x-specific constants
Copyright (c) 2022
Created: Apr 26, 2018
Updated: Feb 13, 2022
Updated: Feb 15, 2022
See end of file for terms of use.
--------------------------------------------
}
Expand All @@ -22,8 +22,13 @@ CON
CTRLBYTE_CMD = $00
CTRLBYTE_DATA = $40

#ifdef SSD1306
FOSC_MIN = 333
FOSC_MAX = 407
#elseifdef SSD1309
FOSC_MIN = 360
FOSC_MAX = 540
#endif

'FUNDAMENTAL COMMAND SET
CONTRAST = $81
Expand Down

0 comments on commit 35d6aed

Please sign in to comment.