RPI 2.0 with 3.5″ TFT touch display

DSC_0033

I had to check out the latest Raspberry PI 2.0 with a 3.5″ 320×480 TFT screen.

It’s an easy install, and simple to get up and running with a resistive image from Adafruit.

I installed Linux Jessie but you can also load it up with Windows 10

There are some calibration that one can get into in regards of touch zones etc.

I haven’t quite figured out what I will use it for yet, but I am sure there will be some project.. 🙂

DSC_0032

 

More articles

Optional features

Check available optional features: DISM /Online /Get-Capabilities Install an optional feature: DISM /Online /Add-capability /capabilityname:Media.MediaFeaturePack~~~~0.0.1.0

Read More »

AD retention period

Check AD retention tombstone value: Import-Module ActiveDirectory $ADForestconfigurationNamingContext = (Get-ADRootDSE).configurationNamingContext $DirectoryServicesConfigPartition = Get-ADObject -Identity “CN=Directory Service,CN=Windows NT,CN=Services,$ADForestconfigurationNamingContext” -Partition $ADForestconfigurationNamingContext -Properties *

Read More »