• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

jandelgado / jled
98%

Build:
DEFAULT BRANCH: master
Repo Added 25 Nov 2017 08:38PM UTC
Files 22
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • add_esp32_pinmode_warning
  • add_github_link
  • add_jled_wasm_info
  • add_mbed_support
  • add_missing_files_to_docsite
  • add_missing_tests
  • add_repeat_parameter_to_blink_effect
  • add_stm32cube_hal
  • add_version_info_to_readme
  • add_version_to_docsite_index
  • ci_use_test_matrix
  • claude
  • color_and_rgb_support
  • create_doc_site
  • decorrelate_candle_flicker_pseudo_random_offsets
  • dependabot/github_actions/all-dependencies-007b9456e6
  • dependabot/github_actions/all-dependencies-640176b5ab
  • dependabot/github_actions/all-dependencies-696b649f44
  • dependabot/github_actions/all-dependencies-6ad358ee1b
  • dependabot/github_actions/all-dependencies-6d1c06d137
  • fix_arduino_core_mbedos_support
  • fix_bug_in_16bit_lut_effect_calculation_on_certain_mcu
  • fix_docsite_checkout_detach
  • fix_docsite_worktree_ci
  • fix_end_of_update_condition
  • fix_end_time_regression_on_avr
  • fix_esp8266_hd_pwm_handling
  • fix_local_act_ci_runs
  • fix_pico_hal_in_inverted_setup
  • format_code_using_clang-format
  • group_documentation_update
  • harmonize_idlemode_in_stop_and_pause_across_jled_and_jledgroup
  • homogenous_tjledgroup
  • impl_jledgroup
  • impl_pause_and_resume
  • improve_makefile_matrix_build
  • initialize_lazily_only_on_stm32
  • jled_group_additional_lifecycle_events
  • jled_group_lifecycle_events
  • jled_lifecycle_events
  • make_candle_stateless
  • make_time_provider_independent_of_pwm_abstraction
  • master
  • move_lookup_tables_to_progmem_on_avr
  • move_signal_inversion_to_hal
  • narrow_eval_time_to_period_t
  • new_accelerating_blink_example
  • new_long_running_breathe_example
  • optimize_scale_function
  • push-upznlmzkkpml
  • refactor_brightness_classes
  • refactor_split_header_files
  • refactor_test_cases
  • refactor_to_separate_time_and_pwm_hal
  • reversable_group
  • rgb_writer_hal_and_fastled_example
  • shrink_pio_gh_cache_usage
  • support_multiple_resolutions
  • switch_to_gcovr
  • tjled_lifecycle_api_remaining
  • update_migration_guide
  • use_act_to_run_testmatrix_locally
  • use_enum_in_state_machine
  • use_specific_platformio_version_in_ci
  • use_test_matrix

04 Sep 2026 11:33AM UTC coverage: 97.985% (+0.02%) from 97.97%
33868517771

push

github

web-flow
feat: buffer writer HAL and FastLED HAL example (#196)

Instead of writing output values to real hardware, this HAL is used to
write the value to e.g. a memory buffer using a simple writer interface.
This allows for example to write RGB values to a FastLED CRGB[] array
and thus JLed controlling FastLED driven neo pixel LEDs.

258 of 278 branches covered (92.81%)

Branch coverage included in aggregate %.

4 of 4 new or added lines in 1 file covered. (100.0%)

812 of 814 relevant lines covered (99.75%)

672.81 hits per line

Relevant lines Covered
Build:
Build:
814 RELEVANT LINES 812 COVERED LINES
672.81 HITS PER LINE
Source Files on master
  • Tree
  • List 22
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
33868517771 master feat: buffer writer HAL and FastLED HAL example (#196) Instead of writing output values to real hardware, this HAL is used to write the value to e.g. a memory buffer using a simple writer interface. This allows for example to write RGB values to ... push 04 Sep 2026 11:35AM UTC web-flow github
97.99
33868012558 rgb_writer_hal_and_fastled_example feat: buffer writer HAL and FastLED HAL example Instead of writing output values to real hardware, this HAL is used to write the value to e.g. a memory buffer using a simple writer interface. This allows for example to write RGB values to a FastL... Pull #196 04 Sep 2026 11:29AM UTC jandelgado github
97.99
33866760158 rgb_writer_hal_and_fastled_example feat: buffer writer HAL and FastLED HAL example Instead of writing output values to real hardware, this HAL is used to write the value to e.g. a memory buffer using a simple writer interface. This allows for example to write RGB values to a FastL... Pull #196 04 Sep 2026 11:13AM UTC jandelgado github
97.99
33864954400 rgb_writer_hal_and_fastled_example feat: buffer writer HAL and FastLED HAL example Instead of writing output values to real hardware, this HAL is used to write the value to e.g. a memory buffer using a simple writer interface. This allows for example to write RGB values to a FastL... Pull #196 04 Sep 2026 10:50AM UTC jandelgado github
97.99
33864438341 master fix documentation (migration guide) (#195) push 04 Sep 2026 10:43AM UTC web-flow github
97.97
33864108473 push-upznlmzkkpml fix documentation (migration guide) Pull #195 04 Sep 2026 10:39AM UTC jandelgado github
97.97
33858535020 master feat: Color and RGB-LED support (#194) - New minimal-dependency color-model family: RGBColor<T> and HSV<T>, plus a named color palette. - JLedRGB/JLedRGBHD (+ group variants) for three-pin RGB LEDs, built as `TJLedRGB<Hal, Clock, RGBColor<T>, Der... push 04 Sep 2026 09:30AM UTC web-flow github
97.97
33856647093 color_and_rgb_support Add hello_rgb example Minimal RGB counterpart to the hello example: blinks an RGB LED red/green 5 times. Pull #194 04 Sep 2026 09:07AM UTC jandelgado github
97.97
33853105138 color_and_rgb_support Trim redundant RGB integration tests Drop cases already covered by direct ValueTraits<RGBColor> unit tests. Pull #194 04 Sep 2026 08:24AM UTC jandelgado github
97.97
33765217601 color_and_rgb_support Trim redundant RGB integration tests Drop cases already covered by direct ValueTraits<RGBColor> unit tests. Pull #194 03 Sep 2026 02:11PM UTC jandelgado github
97.97
See All Builds (713)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc