hello, im in the middle of creating a pcb for the T-QT pro but im away from home and cant measure the pin positions and cant find any direct info online. does anybody have any kicad files or better info on the pin layout on the board,
thanks
B
Latest posts made by bobbycharles
-
T-QT pro looking for kicad/pin position files?
-
RE: create c code for T-QT Pro img/logo
I GOT IT,looking at your code in hothead.ino you set
tft.setSwapBytes(true);
from this function
/*************************************************************************************** ** Function name: setSwapBytes ** Description: Used by 16 bit pushImage() to swap byte order in colours ***************************************************************************************/ void TFT_eSPI::setSwapBytes(bool swap) { _swapBytes = swap; }
it works now thanks,
althought if you could explain why i need this id like that as the original image worked,whats the difference how would i go about creating an image without needing to use the swap bytes fucntion?
whats the difference?
-
create c code for T-QT Pro img/logo
please explain how you are creating your c code for the logo img.
i have tried multiple sources to get code and i cannot get the colour to be correct.
how did you create your c code logo in the examples ?
what did you use?
what settings?