Thanks Kris,
Turned out to be the initialization commands. The inversion was on, the wrong screen refresh rate was used. Smooth like butter now.
static const uint8_t PROGMEM init_commands = { 1, GC9A01A_INREGEN2,...
The following seems to work. Saved as a BAT file that I call "UpdateFirmware.bat"
@echo off
start teensy.exe bin.ehex
@echo on
@echo Firmware will be updated with bin.ehex
@echo 1. Connect the device via...
So wait, if all files are in c:\temp
and my ehex file is "file.ehex"
what would that upload command look like?
C:\temp\teensy_post_compile -file=file.ehex-path=C:\temp -tools=C:\temp/../tools -board=TEENSY40...
The good ole faithful Defragster,
This is in a limited run production item. Sometimes bugs discovered needs a firmware update release.
I have no problem shipping the teensy.exe in the update package.
Hello,
Been searching for ways to program without pressing the button. Could the teensy loader software include that as an advanced option?
The projects I've found that do this have so far been limited to standard...
I see this section in the code.
What is the relationship between this snippet and the config on the PJRC page? #define YP A2 // must be an analog pin, use "An" notation!
#define XM A3 // must be an analog pin, use...
Hey guys, me again.
I bought this touch screen display from PJRC.com
and applied the code written here to a teensy 4.1
the display seems to be working but i cannot get touch to work. I triple checked the jumper...