From 417ee621ef509aaa84660082700db3830cb0919b Mon Sep 17 00:00:00 2001 From: joeycastillo Date: Wed, 10 Jul 2024 10:57:11 +0000 Subject: [PATCH] deploy: 5ec3dca9e4bd9c510dfdfef696ad466d5f199dc2 --- group__led.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group__led.html b/group__led.html index b4d70885..8069414a 100644 --- a/group__led.html +++ b/group__led.html @@ -109,7 +109,7 @@ void watch_set_led_off

Detailed Description

This section covers functions related to the bi-color red/green LED mounted behind the LCD.

-

The SAM L22 is an exceedingly power efficient chip, whereas the LED's are relatively power- hungry. The green LED, at full power, consumes more power than the whole chip in active mode, and the red LED consumes about twelve times as much power! The LED's should thus be used only sparingly in order to preserve battery life.

Note
Some watches use a red/blue LED instead of a red/green LED. You will be able to determine this easily when you double tap the reset button: if the pulsing bootloader LED is red, you have a red/green edition; if it is blue, you have a red/blue edition. For red/blue watches, build your project with the command make LED=BLUE, and the watch library will automatically swap the pins so that watch_set_led_red sets the red LED, and watch_set_led_green sets the blue one.
+

The SAM L22 is an exceedingly power efficient chip, whereas the LED's are relatively power- hungry. The green LED, at full power, consumes more power than the whole chip in active mode, and the red LED consumes about twelve times as much power! The LED's should thus be used only sparingly in order to preserve battery life.

Note
Some watches use a red/blue LED instead of a red/green LED. You will be able to determine this easily when you double tap the reset button: if the pulsing bootloader LED is red, you have a red/green edition; if it is blue, you have a red/blue edition. For red/blue watches, build your project with the command make COLOR=BLUE, and the watch library will automatically swap the pins so that watch_set_led_red sets the red LED, and watch_set_led_green sets the blue one.

Function Documentation

◆ watch_disable_leds()