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: sparkfun/SparkFun_SerLCD_Arduino_Library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.9
Choose a base ref
...
head repository: sparkfun/SparkFun_SerLCD_Arduino_Library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 3, 2021

  1. Fix compiler warning from setCursor

    I've been working on a project that uses this library and figured I could give back to the community by fixing this compiler warning. On line 347 the max function is used to set a lower limit, but the input data is of type byte. In the arduino environment byte equates to uint8_t and so can never be less than 0 and thus causes a compiler warning.
    TragicPancake authored Jun 3, 2021
    Configuration menu
    Copy the full SHA
    08e5760 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Merge pull request #11 from TragicPancake/patch-1

    Fix compiler warning from setCursor
    nseidle authored Jun 7, 2021
    Configuration menu
    Copy the full SHA
    4b1fd6b View commit details
    Browse the repository at this point in the history
Loading