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: RobTillaart/Kelvin2RGB
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.1
Choose a base ref
...
head repository: RobTillaart/Kelvin2RGB
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 18 commits
  • 21 files changed
  • 1 contributor

Commits on Jan 13, 2021

  1. update license

    RobTillaart committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    c77b73d View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. add json check

    RobTillaart committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    63eba93 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. add arduino-lint check

    RobTillaart committed May 27, 2021
    Configuration menu
    Copy the full SHA
    ed41359 View commit details
    Browse the repository at this point in the history
  2. add arduino-lint check

    RobTillaart committed May 27, 2021
    Configuration menu
    Copy the full SHA
    567c9a0 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. Configuration menu
    Copy the full SHA
    47f6c21 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. 0.1.2 add RGB565 16 bit (#2)

    * 0.1.2 add RGB565 16 bit + some refactor
    RobTillaart authored Jun 2, 2021
    Configuration menu
    Copy the full SHA
    e74767d View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2021

  1. update build-CI, badges and new functions (#3)

    * update build-CI, badges, add setRGB()
    * add CMYK(), BGR(), reset()
    RobTillaart authored Nov 6, 2021
    Configuration menu
    Copy the full SHA
    f070d94 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2021

  1. Configuration menu
    Copy the full SHA
    53cc69e View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. Configuration menu
    Copy the full SHA
    e82d260 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Configuration menu
    Copy the full SHA
    5d7a09e View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. add changelog.md (#5)

    * add changelog.md
    * fix BGR() bug
    RobTillaart authored Nov 14, 2022
    Configuration menu
    Copy the full SHA
    9632d17 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. update license to 2023

    RobTillaart committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    2594fa9 View commit details
    Browse the repository at this point in the history
  2. update GitHub actions

    RobTillaart committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    3f24835 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. optimize (#6)

    - major improvement **BGR()**
    - minor improvement **CMYK()**
    - extend timing example.
    - update readme.md
    - update GitHub actions
    - update license 2023
    RobTillaart authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    4409939 View commit details
    Browse the repository at this point in the history
  2. fix changelog

    RobTillaart committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    b7ce521 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. update readme.md (#7)

    - update readme.md
    - removed **reset()** ==> use **begin()**
    - edit examples.
    - minor edits
    RobTillaart authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    fe08e23 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. refactor (#8)

    - fix in Tanner Helland (very minor).
    - remove dead link from readme.md.
    - removed experimental from code.
    - change temperature #defines to **const uint16_t**. (compiler can check).
    - fix typo in **DLS_screenLow**
    - update unit tests
    - minor edits
    RobTillaart authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    0e4d528 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. update GitHub actions

    RobTillaart committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    140f587 View commit details
    Browse the repository at this point in the history
Loading