Close

4 Results for "LIS3DHTR"

  • Making new version - part 1.

  • Here are two gifs showing working first prototype of Led Matrix watch. Gif on the right shows led matrix under neutral density filter (ND16) that is used in photography (got it from eBay). Plan is to cut filter into shape and put it over led matrix when...
  • Inital Code Using the Arduino IDE

  • #include #include #include // Graphics and font library for ILI9341 driver #include"LIS3DHTR.h" #include "RTC_SAMD51.h" #include "DateTime.h" #include #include #define TFT_GREY 0x5AEB #define YELLOW 0xFFE0 #define RED 0xF800 TFT_eSPI tft = TFT_eSPI();...