ST7735R mini library update 2

I added garmin digits from LonelyWolf from github.com then I needed some icons as a graphical menu so I added XBM 64x64, 48x48, 32x32 and 16x16 bitmap functions - it is quite easy once you understand that in every octet there are reversed order pixels. These are also present in a console utility that allows … Continue reading ST7735R mini library update 2

ST7735R mini library

Part of the configuration for this library is made in VPC so is not a stand-alone library, It initializes and drives an Adafruit 160x80 0.96" TFT display that I bought for the SLR film camera project. Using the library Before including the header in the main.c source, you have to define which SPI you are … Continue reading ST7735R mini library