Teensyduino 1.54 Beta #12

Status
Not open for further replies.
Okay, maybe SD hang/Crash is just an issue with TFT_ST7789 in DMA?

- certainly a good example ...

Indeed lighting and reverse image not NEW - just pointing out alternate behavior madr apparent because SFUN went off/on between git updates ... like that typo ")

Yeah - sorry about that - its whatever config I was using to verify the changes. Oh as to your mirroring/flipping I just remembered that we added 2 commands to try and correct orientation issues:
Code:
  //horizontal flip for my screen/camera orientation
  hm01b0.set_hmirror(true);

  //Vertical flip is also available
  //hm01b0.set_vflip(true);
adding them in the sketch as a reminder that they are there :) Not doe yet
 
Status
Not open for further replies.
Back
Top