Ver más productos marca waveshare
Waveshare 6inch E-Ink Raw Display Compatible with Raspberry Pi 4B/3B+/3B/2B/B+/A+/Zero/Zero W/WH/Zero 2W Series Boards 1448×1072 High Definition 16 Gray Scale Without PCB Supports Partial Refresh
8 || deltaY > 8)) {
isHorizontalSwipe = deltaX > deltaY;
}
if (isHorizontalSwipe) {
dragOffset = currentX - touchStartX;
}
"
@touchend="
isDragging = false;
const threshold = containerWidth * 0.15;
const deltaX = Math.abs(currentX - touchStartX);
const deltaY = Math.abs($event.changedTouches[0].clientY - touchStartY);
if (deltaX < 8 && deltaY < 8) {
openLightbox(activeImage);
} else if (isHorizontalSwipe && dragOffset < -threshold) {
activeImage = (activeImage + 1) % totalImages;
} else if (isHorizontalSwipe && dragOffset > threshold) {
activeImage = (activeImage - 1 + totalImages) % totalImages;
}
dragOffset = 0;
isHorizontalSwipe = null;
"
>
1 / 4
50) {
if (diff > 0) { nextImage(); } else { prevImage(); }
}
"
>
1 / 4
Ver más productos marca waveshare
Waveshare 6inch E-Ink Raw Display Compatible with Raspberry Pi 4B/3B+/3B/2B/B+/A+/Zero/Zero W/WH/Zero 2W Series Boards 1448×1072 High Definition 16 Gray Scale Without PCB Supports Partial Refresh
$188.594
+ impuestos: $39.605
Cantidad:
- Compra protegida
- Envío a todo el país
- Garantía de entrega
Preguntas y respuestas
Tu pregunta fue enviada. Te responderemos pronto.
¿Dónde te enviamos la respuesta?
Tus preguntas
· Recibirás la respuesta a