Skip to content

Commit

Permalink
Summary of changes
Browse files Browse the repository at this point in the history
- Implemented 'oled_echo', a simple command line tool to display a string on the OLED.

- Experimental fast writes to the device (it doesn't work).
This is enabled with the SLOW_WRITE flag.  The result is lots of shear on screen.
Without access to the FR signal pin or read access to the status register, it doesn't
look promising.

- Fixed some typos.

- Instance global variables made static.

- All trailing spaces removed, and indentation cleaned up overall.

- Removed 'test' from oled_ctrl.c since the 0xe4 opcode is totally undocumented.
A consequence of that is all the send... methods are now private.

- Fixed compiler warnings; Implemented getOledDisplayName().
  • Loading branch information
sc6502 committed Jul 11, 2021
1 parent fe4afe1 commit df55a2e
Show file tree
Hide file tree
Showing 20 changed files with 3,406 additions and 2,976 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -15,6 +15,7 @@ oled_cdemo
oled_ctrl
oled_pattern
oled_cpattern
oled_echo

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
Expand Down

0 comments on commit df55a2e

Please sign in to comment.