Search found 4 matches

by Kelte
22 Apr 2022 01:25
Forum: PIC32 AI Compilers
Topic: How to implement USB HID
Replies: 1
Views: 1210

How to implement USB HID

Hi,

I tried to implement the HID protocol.

But if I look into the examples there are just some for the old compilers and the SDK seems not to have any USB support?

I'm using a fusion for PIC32 v8 with a PIC32MZ and mikroC AI. (the bundled PIC32MX is still here too).

Thanks.

Kelte
by Kelte
14 Apr 2022 21:58
Forum: Visual TFT AI
Topic: Access properties of screen objects from code (designer)
Replies: 5
Views: 1969

Re: Access properties of screen objects from code (designer)

Hi, thanks. That helped a lot. I changed/ added in the main_screen.c: void main_screen_show(vtft_t *vtft) { _vtft = vtft; initialize_main_screen(); main_screen.Button1 -> text.caption = "Hello"; vtft_set_current_screen(_vtft, main_screen.screen_data); } void main_screen_Action_OnClick_Button1() { ma...
by Kelte
03 Jan 2022 16:25
Forum: Visual TFT AI General
Topic: Access properties of screen objects from code (designer)
Replies: 1
Views: 1446

Access properties of screen objects from code (designer)

Hi, I'm new in Necto/ MikroE. How can I change properties of screen objects in code (e.g. show meassurements)? #include "main_screen.h" #include "scr_main_screen.h" static vtft_t *_vtft; void main_screen_show(vtft_t *vtft) { _vtft = vtft; initialize_main_screen(); // works main_screen_data.color = 0...
by Kelte
03 Jan 2022 13:09
Forum: Visual TFT AI
Topic: Access properties of screen objects from code (designer)
Replies: 5
Views: 1969

Access properties of screen objects from code (designer)

Hi, I'm new with Necto. I'd like to change properties of screen objects like caption of a label or color. I've put a label and a button to the designer. Goal is to write meassured data to a caption. But I don't know how do acces the object properties. I just found the possibilty to change the screen...

Go to advanced search