Thanks, that one has bit me before. It is set to 8.Note: it is only setup for 8 bit.. Not sure if you might be configured for 16?
Sorry guys been kind of distracted and out of it this afternoon.Note: it is only setup for 8 bit.. Not sure if you might be configured for 16?
I'll have to check that out. Didn't see it. Finally got thee MicroMod working again Going through examples from the latest updates. I seem to have acquired a cold so will probably call it a day after testing all of the examples...Sorry guys been kind of distracted and out of it this afternoon.
Remember can always add tft.setBusWidth to your sketch so you don't have to mess with the headers
Know the feeling a bit out of it as well thats why no soldering today Feel better!Going through examples from the latest updates. I seem to have acquired a cold so will probably call it a day after testing all of the examples...
EDIT: Making to many mistakes...
Maybe time to merge into one branch...
Definitely and maybe archive the old branches - too many - getting me confused. Had to delete my desktop repo and redo itMaybe time to merge into one branch...
Maybe not master yet, but... Could try to merge the ...._WIP into the combined branch
Getting close to that on mine as well. Sometimes I forget all of the git tricks,Definitely and maybe archive the old branches - too many - getting me confused. Had to delete my desktop repo and redo it
probably best to have it default to true,tft.useCanvas(); - Now has an added parameter. Fixed my calls to add (true). Wonder if that should be default in header file?
Hope you feel better...@KurtE @mjs513 - Sorry for being gone for so long. This cold knocked me on my butt. Still really weak. @KurtE I did do the PR but it failed. Commenting out the FlexIo resets caused the MicroMod not to boot and hang. Had to do a power off/on to get it back. Was testing with the examples in the "testcases" folder. I un-commented them in my GItHub. It looks like everybody is really busy on the other thread. Have a doctors appointment to get to but hopefully I can get caught up with everything soon
Just want to ditto what @KurtE said. Hope all goes well at the Doctor and you are better soon.@KurtE @mjs513 - Sorry for being gone for so long. This cold knocked me on my butt. Still really weak. @KurtE I did do the PR but it failed. Commenting out the FlexIo resets caused the MicroMod not to boot and hang. Had to do a power off/on to get it back. Was testing with the examples in the "testcases" folder. I un-commented them in my GItHub. It looks like everybody is really busy on the other thread. Have a doctors appointment to get to but hopefully I can get caught up with everything soon
Hope you are better soon - no fun having fever - personally never was able to handle it well.@KurtE @mjs513 - Went to the doctor yesterday and he said I still have a bit of a fever but I should be better soon.
@KurtE - I just downloaded and tested the cherry pick branch. Went through all of the test cases and then the regular examples. All was working well until I tried the "pictureEmbed". This is what I got on the screen:
I'm feeling pretty good todayHope you are better soon - no fun having fever - personally never was able to handle it well.
Just tried "pictureEmbed" with 8bit parallel - seems to be working for me with out issues. Same thing @KurtE's FB sketch?
Try specifying tft.setBusWidth(8) - more out of curiosity. Maybe a loose connection between display and Teensy?
Thanks, hopefully something simple. You really have cleaned up the code. It's easier to work withWill take a look maybe something of T4.1 is conflicting with the MMOD stuff... Might have missed some location like hard coded pin number...
Forgot to ask, are you running 8 bit or 16 bit?Thanks, hopefully something simple. You really have cleaned up the code. It's easier to work with
That one worked but my picture viewer may not ... willForgot to ask, are you running 8 bit or 16 bit?
EDIT: Most likely 8 as well there are not 16...