(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.4 Inch 6 Digit 7 Segment LCD Display HT1621 LCD Display Module Serial SPI White Blacklight 7 Segment LCD Display
Product Description
This is a 6-digit 7-segment LCD display module, which has been widely used in multimeters, electronic scales, electronic clocks, and ultrasonic ranging. Suitable for U-N-O R3 motherboards and other 5V microcontrollers, and with backlight, you can see clearly in dark environments.
Specification
item
value
Compatibility
Can be directly connected to UNO R3 motherboard, 51, AVR, etc.
Backlight color
white
Display size
2.4 inches
Driver chip
HT1621
Interface
3-wire SPI
Operating voltage
4.7-5.2VDC
Operating current
0.4mA (no backlight), 4mA (with backlight)
Applications
thermometers, multimeters, electronics, DIY projects, etc.