Skip to content

Commit

Permalink
Merge pull request #2 from ElectronicCats/patch
Browse files Browse the repository at this point in the history
feat: Clean screen
  • Loading branch information
sabas1080 authored Jul 15, 2024
2 parents 28eae6c + 2dde49c commit 7c9ffde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions firmware/badge/main/modules/zigbee/zigbee_screens_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
#include "zigbee_switch.h"

void zigbee_screens_module_toogle_pressed() {
oled_screen_clear();
oled_screen_display_bitmap(epd_bitmap_toggle_btn_pressed, 0, 0, 32, 32,
OLED_DISPLAY_NORMAL);
}

void zigbee_screens_module_toggle_released() {
oled_screen_clear();
oled_screen_display_bitmap(epd_bitmap_toggle_btn_released, 0, 0, 32, 32,
OLED_DISPLAY_NORMAL);
}
Expand Down

0 comments on commit 7c9ffde

Please sign in to comment.