You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
u8x8_cad_ssd13xx_i2c Put a I2C start/stop around each command and each argument --> many start/stop commands
u8x8_cad_ssd13xx_fast_i2c Put a I2C start/stop around each command+arg sequence --> start/stop is probably halfed --> 4% faster
in codebuild,c, replace the existing i2c cad procedure with the fast_i2c procedure.
Candidates are listed below.
Criteria:
No cmd arg must be longer than 31 bytes.
fast_i2c mode (cmd and args are sent together) must be supported. Clarification: The controller must support the combination of cmd and arg together. This is probably the case for all controllers.
followup for: #735
in codebuild,c, replace the existing i2c cad procedure with the fast_i2c procedure.
Candidates are listed below.
Criteria:
SH1106
SH1107 --> DONE
SH1108
SH1122
SSD1309
SSD1317
SSD1325
SSD0323
SSD1326
SSD1327
ST7567
ST7588
The text was updated successfully, but these errors were encountered: