unleashed-firmware/targets
DerSkythe b040db07f4
Gui: Add up and down button drawing functions to GUI elements (#3804)
* feat: Add up and down button drawing functions to GUI elements
  Two button drawing functions, elements_button_up and elements_button_down, have been added to the GUI elements. These functions allow a button to be drawn at the top left and top right corner of the canvas respectively, with an accompanying string and icon. The underlying layout and design of these buttons is defined within these functions.
* feat: Add null checks for Canvas parameter in button functions
  Added furi_check to ensure the Canvas parameter is not null in elements_button_up and elements_button_down functions. This prevents potential crashes due to dereferencing a null pointer.

Co-authored-by: hedger <hedger@users.noreply.github.com>
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2024-09-05 14:50:33 +01:00
..
f7 Gui: Add up and down button drawing functions to GUI elements (#3804) 2024-09-05 14:50:33 +01:00
f18 Gui: Add up and down button drawing functions to GUI elements (#3804) 2024-09-05 14:50:33 +01:00
furi_hal_include Storage: remove LFS (#3577) 2024-08-04 10:54:02 +01:00
ReadMe.md ReadMe: update outdated bits and pieces (#3726) 2024-06-20 18:18:31 +01:00
SConscript [FL-3629] fbt: reworked assets & resources handling (#3160) 2023-10-31 00:17:30 +09:00

Targets

  • f18 - Not Flipper Zero
  • f7 - Flipper Zero
  • furi_hal_include - Global Furi HAL includes, common for all targets