studio icon indicating copy to clipboard operation
studio copied to clipboard

Cross-platform low-code GUI and automation

Results 100 studio issues
Sort by recently updated
recently updated
newest added

Setup: A standard Arduino Giga Display shield was installed on Arduino Giga. The latest Arduino IDE 2.3.2, Windows 10 with PC connection over USB-C on Giga. LVGL 8.9.11 library and...

- [x] Specify during IEXT project creation "Commands protocol" with following options: "SCPI", "PROPRIETARY". ![image](https://github.com/eez-open/studio/assets/449788/8bfbbbbf-ced8-406d-b0ca-898bd336dc42) - [x] In case of non-SCPI instrument instead of Add Chart button there is "Show/Hide...

enhancement
documentation

hi. Is there any way to import LVGL widgets to the EEZ studio like `lv_menu` that is exist in `lvgl/src/extra/widgets/menu` ?

Hello, When you import 2 instances of a same project : ![image](https://github.com/eez-open/studio/assets/74414695/56139415-42e9-4636-bd31-4406e53d9656) We can see widgets for the two instances : ![image](https://github.com/eez-open/studio/assets/74414695/996da2f8-6e42-4ca4-bf80-803a8f55866c) But instances global variables are not distinct :...

Hello, When a tab as Global, Local, Structs or Enums is empty it is not possible to past elements. But If you create a dummy element, you can right-click on...

bug

Reported by @enrip19 on discord: Also I found that when a roller is defined it has a line which is not completed when it creates a screen in screen.c. I...

bug

Reported by @enrip19 on discord: for instance, I found some bugs in code generation with lvgl 9.0. The function lv_obj_set_style_bg_image_tiled() is written as lv_obj_set_style_bg_img_tiled(). This are the cases I get...

bug

My generated screens.c looks something like this; ```c++ void tick_screen_main() { [...trimmed...] { const char *new_val = get_var_speed(); const char *cur_val = lv_label_get_text(objects.obj2); if (strcmp(new_val, cur_val) != 0) { tick_value_change_obj...

bug
enhancement

I would like to have a way to have my dashboard generate screenshots (from a selected page or container of the dashboard?) so they can be saved to file or...

Just like a SCPI instrument I would like the possibility to give a dashboard a history for logging output of dashboard runs. The history should have the same features (add...