FEZ Spider Display T35 Module - .NET Gadgeteer
320x240 3.5" Color Display Module with Touch Screen.Requires sockets type R, G, B for LCD signals and optional T for touch screen.
.NET Micro Framework devices — ChipworkX, EMX, EM, USBizi and FEZ
Please visit our community website www.TinyCLR.com for support.
Why join?
Comprehensive support from GHI's engineering staff and community members.
Access and contribute to projects on the TinyCLR Wiki.
Access and contribute open source drivers with TinyCLR Code.
Free tutorials with e-books available in multiple languages.
Live chat with community members and GHI's engineering staff.
Exclusive access to beta firmware releases.
Participate in exciting contests.
Coupons and free gifts.
uALFAT & USBwiz Chipsets
Please visit the contact page for dedicated support for these devices.
$(function() {
//When page loads...
$(".tab_content").hide(); //Hide all content
$("ul.tabs li:first").addClass("active").show(); //Activate first tab
$(".tab_content:first").show(); //Show first tab content
//On Click Event
$("ul.tabs li").click(function() {
$("ul.tabs li").removeClass("active"); //Remove any "active" class
$(this).addClass("active"); //Add "active" class to selected tab
$(".tab_content").hide(); //Hide all tab content
var activeTab = $(this).find("a").attr("href"); //Find the href attribute value to identify the active tab + content
$(activeTab).fadeIn('fast'); //Fade in the active ID content
return false;
});
slimbox2_scan();
$('a[id|="cartBtn"]').click(function(e) {
e.preventDefault();
if (!$(this).attr('enabled')) {
$(this).attr('enabled', false);
$(this).html('Processing ...').addClass('not-enabled');
$('#cartForm').submit();
} else {
alert('Please be patient
Part number: GHI-DIST35-GM-276