Search results

  1. D

    In ST7735_t3 : tft.Print and tft.Println do not print spaces

    To update the issues that I originally posted about....in case someone is coming across this thread... Regarding a .96 80X160 screen like this one https://www.banggood.com/Geekcreit-0_96-Inch-7Pin-HD-Color-IPS-Screen-TFT-LCD-Display-SPI-ST7735-Module-p-1370911.html?rmmds=search&cur_warehouse=CN...
  2. D

    COVID-19: A thread to share some thoughts and events

    This is one of the best 3D simulation articles that I have seen on what the virus is and what it does https://www.nytimes.com/interactive/2020/04/03/science/coronavirus-genome-bad-news-wrapped-in-protein.html?action=click&module=Well&pgtype=Homepage&section=Health Again, it is a NYT 3D...
  3. D

    COVID-19: A thread to share some thoughts and events

    If you are so inclined... Here is a good article on the calculation of R0 https://web.stanford.edu/~jhj1/teachingdocs/Jones-on-R0.pdf and here is a good simulations illustrating the effects of R0 in a pandemic...
  4. D

    COVID-19: A thread to share some thoughts and events

    It is a good simulation. Here is a very good article that details the effects of wearing a face shield against cough simulants of various droplet sizes and so forth. Very comprehensive. https://www.ncbi.nlm.nih.gov/pubmed/24467190 When I went to the grocery store this morning (first time in 14...
  5. D

    In ST7735_t3 : tft.Print and tft.Println do not print spaces

    Not sure you mean me re:color and I was on a Teensy LC which doesn't use frame buffer. On a more general note, when I started to mess with these 80x160 dots 0.96" color tft lcds (probably these...
  6. D

    In ST7735_t3 : tft.Print and tft.Println do not print spaces

    Are versions of ST7735_t3 archived anywhere on the site for dl? (I did look, but did not find any)
  7. D

    In ST7735_t3 : tft.Print and tft.Println do not print spaces

    Good deal. What about changes to MADCTL?
  8. D

    In ST7735_t3 : tft.Print and tft.Println do not print spaces

    Thanks much. Because I was working on a particular project where I programmed my way around it, I will wait a few days, but I read your change and am confident that it will work fine. On a slightly different, but related note. To deal with the wide variety of inexpensive (and largely...
  9. D

    In ST7735_t3 : tft.Print and tft.Println do not print spaces

    Program to illustrate the error: #include <Adafruit_GFX.h> // Core graphics library #include <ST7735_t3.h> #include <SPI.h> #include <Fonts/FreeSansBold9pt7b.h> // OLED spi pin definitions #define TFT_SCLK 13 // SCLK can also use pin 14 #define TFT_MOSI 11 // MOSI can also use pin 7...
  10. D

    In ST7735_t3 : tft.Print and tft.Println do not print spaces

    In ST7735_t3 : tft.print and tft.println do not print spaces on Teensy LC Teensy LC ST7735_t3 version download 3/2/2020 spaces inside quoted strings or constants are not printed. e.g., tft.println("Hello World!"); or tft.print("Hello World!"); output HelloWorld, where earlier version showed...
  11. D

    ST7735_t3 broken with Teensyduino 1.51 install

    Thanks for the quick response. While the suffix is 't3' as you note, there is a section in the source code explicitly naming the LC. Moreover, code that *had* been running fine on the LC, no longer did. I had hoped that the solution would be that easy...and it is. I'm not sure the function...
  12. D

    ST7735_t3 broken with Teensyduino 1.51 install

    Win 7 / Teensy LC I installed the newest Arduino IDE 1.8.12 (probably from 1.8.10). Thereafter installing Teensy loader 1.51 (probably from 1.48). I left all of the library installs checked. Everything seemed to install without issues. I compiled and ran the Teensy blink program without any...
Back
Top