Search results

  1. B

    RA8876LiteTeensy For Teensy T36 and T40

    Memory Transfer worked for me with 7" screen on a T4. However, the USB port is a 3.0 on a hub hooked to USB-C, which may be the difference (not something I have knowledge of). Edit: Did a little more investigating with this as the hub has both USB 2.0 and USB 3.0 connections. I discovered I...
  2. B

    RA8876LiteTeensy For Teensy T36 and T40

    I have not had issues powering over USB; however, I am using the 7” screen (on a T4).
  3. B

    RA8876LiteTeensy For Teensy T36 and T40

    Just to update all, I was able to get rotated text to appear on the screen. Sadly, doing so requires flipping the Vertical Scan Direction (Bottom to Top). Sadly, this disables PIP. It also makes me you think harder about writing graphics as the variables defined as TBLR, LRTB, etc. are now...
  4. B

    RA8876LiteTeensy For Teensy T36 and T40

    haha, no worries, thanks! I did discover that what I was implementing was working for flipping graphics, but only image imports. I thought it would work for drawing geometry, but it only affects the rotation for reading in bitmap images and displaying them. I guess I will look into how to...
  5. B

    RA8876LiteTeensy For Teensy T36 and T40

    haha, thanks - I figured there was a simpler way. Is the putString function much slower? I like that I can specify the position in the function, just keep to keep the lines of code down as I'm printing things all over the screen.
  6. B

    RA8876LiteTeensy For Teensy T36 and T40

    Greetings all! I've been following this thread for awhile and finally got my display in to start playing with it for an upcoming controller project. I have ben able to get examples to compile for T40 (needed to change "setTextAt" to "setTextCursor" in both examples I tried) and have started to...
  7. B

    Teensy and ArtNet Multicast Issue

    Long time lurker, first time poster... I am running a Teensy 3.6 with a Wiz850io to convert ArtNet into WS2811 Pixel Tape. Everything is hooked up, the test pattern works, and it works as expected when I send ArtNet to only the specific IP address of the Teensy. However, if I switch to a...
Back
Top