BRT Community

Please login or register.

Login with username, password and session length
Advanced search  

News:

Welcome to the Bridgetek Community!

Please read our Welcome Note

Technical Support enquires
please contact the team
@ Bridgetek Support

Please refer to our website for detailed information on all our products - Bridgetek - Bridging Technology

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - raffaeler

Pages: [1]
1
Discussion - EVE / Widgets
« on: March 06, 2023, 04:19:44 PM »
Hello,
how can I create, upload to the display (BT815) and call a widget?
Note: I can't use the ESD.

Thanks

2
Discussion - EVE / Drawing arcs and circles
« on: March 01, 2023, 08:22:06 AM »
Hello, I am on the BT815.
I can currrently draw concave polygons filled with a gradient, but not convex and I gave up on this.

I am currently looking for drawing arcs and unfilled/transparent circles. I found the Ft_Esd_ArcLine.c and Ft_Esd_CircleLine.c but the code has some obscure dependency.
Questions:
1. Is it possible to use the ESD widget outside the ESD environment? (i.e. loading in memory in some way and calling their code?)
2. Is there any other better way to draw arcs and circles?

Thank you

3
Discussion - EVE / Flashing BT815 from ESP32
« on: February 17, 2023, 02:41:14 PM »
Hello, after a long pain in making the BT815 work with the ESP32, I can now display commands and some bitmaps.
I now need to be able to update the flash from the microcontroller board.
To do that I started from this sample: https://github.com/MatrixOrbital/EVE3-BT81x-Flash/blob/master/process.c

Anyway, the flashing process does not work as expected.

Problem 1.
Apparently the flash procedure works correctly, but when I disconnect the display and connect to the PC, I read the flash content and there are "random" differences even at the very beginning (offset 0x58 for example). Since the transfer size is larger, there is apparently no space for some error in copying the buffer.
It tried to transfer into the RAM_G_WORKING blocks of 64, 256, 512 and 1K but nothing helps.
Does anybody have some clue?

Problem 2.
During phase boot I print the Flash status and sometimes I see it remains in the INIT status instead of BASIC. Any reason for that?

P.S. The SPI library is the official Arduino for ESP32.

Thank you

Pages: [1]