Search results

  1. B

    ST7789 screen driver

    Is it possible to create a screen driver like this one https://github.com/vindar/ILI9341_T4 but for a ST7789 screen like this one https://www.waveshare.com/wiki/1.9inch_LCD_Module. If so how should i go about it?
  2. B

    Fast gaussian blur almost works except at low blur value. Help

    I have tried to recreate this https://blog.ivank.net/fastest-gaussian-blur.html and it almost works. I have tried to make it work multiple times but now i have no idea why it doesnt work. Help would be appreciated. I am using a teensy 4.1 and the libraries I used are: vindar/tgx, ili9341_T4.h...
  3. B

    SdFat. List of directories into a string instead of printing it to Serial.

    Is it possible to get the list of directories to a string. Because I looked into the ls() function and it sends it to &serial. How could I get the names of the files and directories into a string?
  4. B

    Getting string into variable instead of sending it to &Serial

    How would i do something like this that actually works using SdFat library. ExFile file; String filename; filename = file.printName();
  5. B

    How do i add the default adafruit font to the tgx graphics library?

    How can I convert this default adafruit font to a format that works with this library? https://github.com/vindar/tgx Im using vscode with platformio and using teensy 4.1. This is the format of the font i want: glcdfont.c // This is the 'classic' fixed-space bitmap font for Adafruit_GFX since...
Back
Top