gui_top_buttons.h 466 B

1234567891011121314151617181920212223
  1. #pragma once
  2. #include <subghz_bruteforcer_icons.h>
  3. #include <input/input.h>
  4. #include <gui/elements.h>
  5. #include <gui/icon.h>
  6. #include <gui/icon_animation.h>
  7. #include <assets_icons.h>
  8. /**
  9. * Thanks to the author of metronome
  10. * @param canvas
  11. * @param str
  12. */
  13. void elements_button_top_left(Canvas* canvas, const char* str);
  14. /**
  15. * Thanks to the author of metronome
  16. * @param canvas
  17. * @param str
  18. */
  19. void elements_button_top_right(Canvas* canvas, const char* str);