(function(){
let w = window.innerWidth;
function setHeaderCssVar() {
const headerEle = document.getElementById('shoplaza-section-header');
if(!headerEle){ return };
document.body.style.setProperty('--window-height', `${window.innerHeight}px`);
document.body.style.setProperty('--header-height', `${headerEle.clientHeight}px`);
const mdScorllHideEle = headerEle.querySelector('.header__mobile .header__scroll_hide');
if (mdScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-md', `${mdScorllHideEle.clientHeight}px`);
}
const pcScorllHideEle = headerEle.querySelector('.header__desktop .header__scroll_hide');
if (pcScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-pc', `${pcScorllHideEle.clientHeight}px`);
}
}
function handlResize() {
if(w == window.innerWidth){return};
w = window.innerWidth;
setHeaderCssVar();
};
function init(){
setHeaderCssVar();
window.removeEventListener('resize', window._theme_header_listener)
window._theme_header_listener = handlResize;
window.addEventListener('resize', window._theme_header_listener);
}
init();
})();
${data.index + 1}/6
Description
2.0 inch TFT LCD Touch Screen Adapter Board Resistive Touch Panel 3.3V with Pen Resistive Touch Screen Monitor ST7775R
Product Description
This is a 2.0-inch TFT LCD expansion board. The monitor has a built-in controller with RAM buffer, so almost no work is done by the microcontroller. The module converts the pins of the LCD screen into 2.54mm pitch pin headers, reducing the difficulty of secondary development. With GPRS module, you can make DIY mobile phones. With NFC read-write module, you can make access control and photo display system. With voltage and current sensors, oscilloscopes can be made.
Specification
Library
UFT
Driver chip
ST7775R
Touch screen type
resistive touch screen
Touch pen
9cm in length
Resolution
176X220, 16-bit (262,000) colors
Display size
2.0 inches
Touch screen type
Resistive touch screen
Resolution
176X220, 16-bit (262,000) colors
Display size
2.0 inch
Operating voltage
3.3V
Logic level
3.3V
Operating current
Max 150mA
-UNO R3 and its compatible motherboard can directly use it to display characters and graphics, BMP format pictures, and touch control -Compatibility: Since the logic level is 3.3V, it is directly compatible with 3.3V motherboards. When connecting with 5V motherboards UNO R3 / Mega2560 / Leonardo, you need to add a level conversion circuit.
-The LED pin can be used to connect an external backlight control circuit to control the brightness of the backlight, or it can be directly connected to GND to keep the backlight LED on -Very suitable for making digital photo frames, oscilloscopes, function generators, detection system displays