Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Speedsaver/ArduiPi_OLED
base: fe4afe150f22
Choose a base ref
...
head repository: Speedsaver/ArduiPi_OLED
compare: df55a2ec90f5
Choose a head ref
  • 1 commit
  • 20 files changed
  • 1 contributor

Commits on Jul 11, 2021

  1. Summary of changes

    - 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().
    sc6502 committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    df55a2e View commit details
    Browse the repository at this point in the history