unleashed-firmware/targets/f7
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
..
ble_glue Storage: remove LFS (#3577) 2024-08-04 10:54:02 +01:00
fatfs [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
furi_hal [FL-3880] Fix cumulative error in infrared signals (#3823) 2024-08-07 12:05:53 +09:00
inc Added -Wundef to compiler options (#3815) 2024-08-01 01:38:20 +09:00
platform_specific [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
src Code Cleanup: unused includes, useless checks, unused variables, etc... (#3696) 2024-06-11 03:04:29 +10:00
api_symbols.csv Gui: Add up and down button drawing functions to GUI elements (#3804) 2024-09-05 14:50:33 +01:00
application_ext.ld Code Cleanup: unused includes, useless checks, unused variables, etc... (#3696) 2024-06-11 03:04:29 +10:00
stm32wb55xx_flash.ld Code Cleanup: unused includes, useless checks, unused variables, etc... (#3696) 2024-06-11 03:04:29 +10:00
stm32wb55xx_ram_fw.ld Code Cleanup: unused includes, useless checks, unused variables, etc... (#3696) 2024-06-11 03:04:29 +10:00
target.json [FL-3841] FuriEventLoop Pt.2 (#3703) 2024-08-07 12:49:41 +09:00