FTDI Community

Please login or register.

Login with username, password and session length.
Advanced Search  

News:

Welcome to the FTDI Community!

Please read our Welcome Note

Technical Support enquires
please contact the team
@ FTDI Support


New Bridgetek Community is now open

Please note that we have created the Bridgetek Community to discuss all Bridgetek products e.g. EVE, MCU.

Please follow this link and create a new user account to get started.

Bridgetek Community

Show Posts

You can view here all posts made by this member. Note that you can only see posts made in areas to which you currently have access.

Messages - jberkhout

Pages: 1 2 [3]
31
Hi,

How to I change the editor font within Screen Designer? I didn't find Preferences, yet.

Kind regards,
Jack.


32
Hi,
I tried to add a them naming it Ft_Esd_Theme_LightGreen.

First I tried to File ->  New -> Theme.
What gets created is different than the DarkOrange and LightBlue theme.
It is a .theme file. After making the color green, and modifying a button to use this color, the button remained orange.
Update: it needed to close and reopen the project to make that work.

I also tried to create themes the way DarkOrange and LightBlue are created.
So, I created Ft_Esd_Theme_LightGreen.c and Ft_Esd_Theme_LightGreen.h
Since Screen Designer doesn't show all project files and does not allow you to edit all your project files, I used an external editor to edit MainPage.h, to include the new theme.
For some reason, Screen Designer does not reload files that were edited externally, so it is best to close it first.
After restarting it, the new theme does not show up. I searched and checked all files, all seem updated accordingly.

How can I add working a theme?

Kind regards,
Jack.


33
Thank you very much. I am new to these displays, and in a learning phase, so I will continue to use Screen Designer and go to raw mode for every example to explore how that works. The Screen Designer documentation seems a bit limited to me. I need to figure out some basic stuff first. I'm terying to figure out how I can change properties, for example the width of image_1, when hitting button_1, as posted here...
http://www.ftdicommunity.com/index.php?topic=110.0
No answers, yet, does it mean what I want is just not easy using this solution or not realistic?

34
I'm using EVE Screen Designer for ME813A-WH50C Display and MM900EV1A (FT9xx) MCU.
I have an ESD Image with name “ESD Image 4”.
In a button click event, I would like to change some properties (Width and Height).

I think I need to do something like this, however context could be wrong, both my button and image 4 disappear. What is the correct way of doing this?

ESD_METHOD(MainPage_ESD_Push_Button_3_Pushed, Context = MainPage)
void MainPage_ESD_Push_Button_3_Pushed(MainPage *context)
{
// Change “ESD Image 4””width and height
   Ft_Esd_Image *object = &context->ESD_Image_4;
   Ft_Esd_Image__Initializer(object);
   object->Owner = context;
   object->Widget.LocalWidth = 115;
   object->Widget.LocalHeight = 35;
}

Any help is much appreciated!

Regards from the Netherlands.

35
Thank you very much!
Without calibration, the touchscreen has reversed (mirrored) Y values, i.e. bottom is top and top is bottom, while the X values are fine.
Is this a little bug?
Could I easily correct this without calibrating?

36
Thank you very much!
This is very helpful!

37
Thank you very much!
Can I still use Screen Designer when working on a portrait project?
Because the widgets may be in the wrong orientation, if I use it, and it may not present the screen correctly.


38
I would like to calibrate the touch screen once (via a setup menu function) and store calibration values, so they can be used at start-up, without the need to perform calibration at start-up.
Is it possible to skip or disable the touch screen calibration at startup?

Thank you very much for helping me out.

Regards from the Netherlands.

39
Hi,

The FT800 provides a PWM output to adjust the brightness of the display’s LED array.
I’m new to this platform, how do I control the backlight, say with a slider?

Thank you very much for helping me out.

Regards from the Netherlands.

40
Hi,
I'm using EVE Screen Designer for ME813A-WH50C Display and MM900EV1A (FT9xx) MCU.
In my project, I will mainly use bitmaps, buttons and label widgets on the display.

While this seems a great platform, I have difficulty to start my project, because the default screen orientation is landscape (horizontal) mode.
EVE Screen Designer shows 800 horizontal and 480 vertical resolution on AppScreen.page and FirstPage.page.

While using landscape mode seems most common, portrait (vertical) mode is highly preferred for my project.
How do I change the screen orientation from landscape to portrait mode?

Thank you very much for helping me out.

Regards from the Netherlands.

41
New Member Introductions / Hello from the Netherlands.
« on: June 13, 2018, 12:29:44 PM »
Hello,

I'm new here and since a few days using a ME812A-WH50R Display Module and FT90x board.
Now I'm learning how to work with Screen Designer 4.0.

Best Regards,
Jack.

Pages: 1 2 [3]