Move rgb backlight from useless service to lib

This commit is contained in:
Willy-JL
2023-05-10 12:57:31 +01:00
parent 640637ce60
commit 4aef6a9df8
10 changed files with 7 additions and 21 deletions
+1 -1
View File
@@ -37,7 +37,6 @@ Header,+,applications/services/locale/locale.h,,
Header,+,applications/services/notification/notification.h,,
Header,+,applications/services/notification/notification_messages.h,,
Header,+,applications/services/power/power_service/power.h,,
Header,+,applications/services/rgb_backlight/rgb_backlight.h,,
Header,+,applications/services/rpc/rpc_app.h,,
Header,+,applications/services/storage/storage.h,,
Header,+,firmware/targets/f7/furi_hal/furi_hal_clock.h,,
@@ -117,6 +116,7 @@ Header,+,lib/STM32CubeWB/Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_utils.h,,
Header,+,lib/STM32CubeWB/Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_wwdg.h,,
Header,-,lib/STM32CubeWB/Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h,,
Header,+,lib/STM32CubeWB/Middlewares/Third_Party/FreeRTOS/Source/include/stream_buffer.h,,
Header,+,lib/drivers/rgb_backlight.h,,
Header,+,lib/flipper_application/api_hashtable/api_hashtable.h,,
Header,+,lib/flipper_application/api_hashtable/compilesort.hpp,,
Header,+,lib/flipper_application/flipper_application.h,,
1 entry status name type params
37 Header + applications/services/notification/notification.h
38 Header + applications/services/notification/notification_messages.h
39 Header + applications/services/power/power_service/power.h
Header + applications/services/rgb_backlight/rgb_backlight.h
40 Header + applications/services/rpc/rpc_app.h
41 Header + applications/services/storage/storage.h
42 Header + firmware/targets/f7/furi_hal/furi_hal_clock.h
116 Header + lib/STM32CubeWB/Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_wwdg.h
117 Header - lib/STM32CubeWB/Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h
118 Header + lib/STM32CubeWB/Middlewares/Third_Party/FreeRTOS/Source/include/stream_buffer.h
119 Header + lib/drivers/rgb_backlight.h
120 Header + lib/flipper_application/api_hashtable/api_hashtable.h
121 Header + lib/flipper_application/api_hashtable/compilesort.hpp
122 Header + lib/flipper_application/flipper_application.h
@@ -4,7 +4,7 @@
#include <lp5562.h>
#include <stdint.h>
#include <xtreme.h>
#include <rgb_backlight/rgb_backlight.h>
#include <rgb_backlight.h>
#define LED_CURRENT_RED 50
#define LED_CURRENT_GREEN 50