Search found 21 matches

by amaul
Tue May 25, 2021 1:39 pm
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: Loading Custom Backgrounds / Buttons / Images
Replies: 9
Views: 2893

Re: Loading Custom Backgrounds / Buttons / Images

That was it, I think I tried dividing everything but that by 32.

Thanks!

Kuddos +10
by amaul
Mon May 24, 2021 6:05 pm
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: Loading Custom Backgrounds / Buttons / Images
Replies: 9
Views: 2893

Re: Loading Custom Backgrounds / Buttons / Images

Hey Rudolph, Thanks for the pointers, I got the flash working. I'm thinking in my end of week stress I fat fingered something as I was able to get the same setup working as it should. My luck, I probably forgot to set the enable bit to true :) My only question now is the proper addressing for the fl...
by amaul
Thu May 20, 2021 4:22 pm
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: Loading Custom Backgrounds / Buttons / Images
Replies: 9
Views: 2893

Re: Loading Custom Backgrounds / Buttons / Images

Hey Rudolph, Getting closer. I did not know EAB was so powerful, it can actually manage a lot that I was not aware of (flash generation w/ blob, compression, conversion to c array). I made myself familiar with the flashing on the device and the cursed blob. Some useful links I found for others searc...
by amaul
Thu May 20, 2021 2:17 pm
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: EVE3 Flash Compatibility
Replies: 4
Views: 1565

Re: EVE3 Flash Compatibility

Found my issue, mixed my returns of the init function. So it should be compatible and looks like it's entering full speed

Question still stands, is there a list of compatible flash?

Thanks,

Alex
by amaul
Thu May 20, 2021 1:27 pm
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: EVE3 Flash Compatibility
Replies: 4
Views: 1565

EVE3 Flash Compatibility

Hey Support, Do we know what flash is compatible or not with the EVE3 BT81x chips? I'm struggling to get images up and running from flash and I found trying to initialize the flash (via Rudolph's init_flash, checks to make sure the flash is attached then commands flashfast) that my flash had no head...
by amaul
Thu May 20, 2021 9:41 am
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: Loading Custom Backgrounds / Buttons / Images
Replies: 9
Views: 2893

Re: Loading Custom Backgrounds / Buttons / Images

Hey Rudolph,

Found this written by you on the BRT Community site:

http://www.brtcommunity.com/index.php?t ... 987#msg987

I'll give this a shot.

Thanks,

Alex
by amaul
Wed May 19, 2021 6:23 pm
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: Loading Custom Backgrounds / Buttons / Images
Replies: 9
Views: 2893

Re: Loading Custom Backgrounds / Buttons / Images

Hello Rudolph, I must be missing something, I think the image is wrapping around on the G RAM. I take it I can't use the normal loadimage to place the ASTC image into flash? Would I follow your same flash routine you use in the font example? My binary / hex math is a little rusty. What does 0x800000...
by amaul
Wed May 19, 2021 9:27 am
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: Loading Custom Backgrounds / Buttons / Images
Replies: 9
Views: 2893

Re: Loading Custom Backgrounds / Buttons / Images

Thanks Rudolph! I'll give this a shot.
by amaul
Tue May 18, 2021 11:59 am
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: Loading Custom Backgrounds / Buttons / Images
Replies: 9
Views: 2893

Loading Custom Backgrounds / Buttons / Images

Hello Support / Rudolph, I've been using Rudolph's EVE Libraries in our Arduino based application and it's been very helpful demonstrating and handling much of the functionality needed. Our application requires the use of a custom background, buttons, and fonts. My procedure up to this point has bee...
by amaul
Mon Feb 08, 2021 3:40 pm
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: Using Custom Fonts
Replies: 28
Views: 6768

Re: Using Custom Fonts

Hey Rudolph, I noticed you've added a custom font with flash features in your latest v5 example set, which is nice as I need both :). Upon the first couple compiles here I do not see any text on the order of "EVE Demo" as I would expect. TEST_UTF8 is set to 1, and REG_FLASH_STATUS is readi...
by amaul
Wed Jan 06, 2021 2:33 pm
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: Arduino EVE2 / EVE3 Examples
Replies: 21
Views: 7637

Re: Arduino EVE2 / EVE3 Examples

Thanks Rudolph! Compiles now.
by amaul
Wed Jan 06, 2021 1:41 pm
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: Arduino EVE2 / EVE3 Examples
Replies: 21
Views: 7637

Re: Arduino EVE2 / EVE3 Examples

Hey Rudolph, Back on this project. I tried compiling the latest in Arduino: https://github.com/RudolphRiedel/FT800-FT813/tree/5.x/example_projects/EVE_Test_Arduino_PlatformIO Right out of the gate it barfed, doesn't seem to want to link to functions defined in the application (pretty much repeats th...
by amaul
Tue Sep 01, 2020 3:00 pm
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: Using Custom Fonts
Replies: 28
Views: 6768

Re: Using Custom Fonts

What an incredibly generous response. I will digest and retry, thanks! I'm new to the EVE front, so any help is welcomed.
by amaul
Mon Aug 31, 2020 7:03 pm
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: Using Custom Fonts
Replies: 28
Views: 6768

Using Custom Fonts

Hello Support, I'm trying to figure out the proper procedure to use a custom font using the Matrix Orbital EVE3 development set and Rudolf Riedel's excellent code library. Here's the procedure I've followed: 1. Using EVE Asset Builder v1.4: - Input desired font library and selected output folder - F...
by amaul
Wed Jun 24, 2020 12:40 pm
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: Arduino EVE2 / EVE3 Examples
Replies: 21
Views: 7637

Re: Arduino EVE2 / EVE3 Examples

Hey Rudolph, Opened, compile, and downloaded the Arduino project with zero code modifications and got what appears to be a valid screen!? (image attached). Hardware is Arduino Uno, Matrix Orbital EVE2 Scoodo Shield and 5" 800x480 EVE2 Display. I'm currently digging through the code and going to...