Monday, January 31, 2022

How to interface SPI TFT LCD(ST7735) with RaspberryPi - Part 1

 



This video demonstrates how to interface SPI TFT LCD(ST7735) with RaspberryPi

We are using GPIO python libraries to toggle gpio's and interface with SPI.

Download the source code from link below http://fumacrom.com/3d4Nd Note: This tutorial was tested on 32bit Raspberry Pi OS and may not work on 64 bit version.

Saturday, January 8, 2022

How to Install Windows Applications on Linux


 This video demonstrates how to configure your Ubuntu OS to install and run windows applications.

open terminal and run below command sudo apt install -y playonlinux

How to add Wireless capability to legacy printers using Raspberry Pi

  This video tutorial demonstrates how to easily add wireless print capablity to your wired legacy printers using your Raspberry Pi. We hav...