Skip to content
  • سلة المشتريات
      • × Optical Fingerprint AS608 JM-101B  1 × 172 SAR

      المجموع: 172 SAR

      عرض السلةإتمام الطلب

  • متجر القرية العلمية Scientific Village Store
  • تسجيل الدخول / تسجيل جديد
  • متجر القرية العلمية Scientific Village Store
متجر القرية العلميةمتجر القرية العلمية
  • القائمة
  • الرئيسية
  • المتجر
  • تواصل معنا
  • العربية
  • English
  • سلة المشتريات

    • × Optical Fingerprint AS608 JM-101B  1 × 172 SAR

    المجموع: 172 SAR

    عرض السلةإتمام الطلب

عرض السلة تم إضافة “Optical Fingerprint AS608 JM-101B” إلى سلة مشترياتك.
تصفية
LCD 7″ inch for Raspberry pi HDMI Touch Screen
LCD 7″ inch for Raspberry pi HDMI Touch Screen
LCD 7″ inch for Raspberry pi HDMI Touch Screen
LCD 7″ inch for Raspberry pi HDMI Touch Screen
الرئيسية / راسبيري باي

LCD 7″ inch for Raspberry pi HDMI Touch Screen

SKU: QD249#1299

344 SAR شامل الضريبة

تصنيف المنتجات
  • All Electronics Components
    • منظم جهد
  • Power Supply
  • Relays
  • Tools and Devices
  • Triac,Diac,&SCR
  • Uncategorized
  • أسلاك
  • اردوينو
    • اردوينو شيلد
    • لوحات اردوينو
  • الصوت ومتعلقاته
  • القطع الميكانيكية
  • انترنت الاشياء
  • بطاريات
  • ترانزستورات
  • حساسات
  • حقائب تعليمية
  • دوائر متكاملة
  • راسبيري باي
  • شاشات عرض LCD
  • فارستور MOV
  • فيوزات
  • ليد ماتريكس
  • ليدات وموحدات
    • دايود - موحد
    • زينر دايود
    • ليد LED
  • مذبذبات Oscillators
  • مفاتيح سويتشات
  • مقاومات
    • مقاومات ربع واط
    • مقاومات ضوئية
    • مقاومات متغيرة بوتنشوميتر
  • مكثفات
  • منتجات أخرى
  • مواتير ودرايفرات
  • ميكروبت
  • ميكروكنترولر
  • الوصف

LCD 7 inch Capacitive Touch Screen HDMI Monitor – 1024×600

 

brand

Jun-Electron is a thriving technology company who is dedicated to electronic hardware research, development, production and sale.

We are deeply involved in raspberry pi accessories,such as display system,protection system,cooling system,camera system etc.

Jun-Electron is committed to providing each customer with exceptional customer services by pursuing business through innovation and advanced technology.

The Screen can bring new experience for you suit for Raspberry Pi or other host board. High resolution, and FREE DRIVE for any HDMI device, Plug and Play Directly.

Product Description

  • 7’’ standard display, 1024 × 600 Hardware resolution, Up to 1920×1080 software configuration resolution.
  • Capacitive touch screen, maximum support 5 point touch
  • Support backlight control alone, the backlight can be turned off to save power
  • Support Raspberry Pi, BB Black, Banana Pi and other mainstream mini PC
  • Can be used as general-purpose-use HDMI monitor, for example: connect with a computer HDMI as the sub-display
  • Used as a raspberry pi display that supports Raspbian, Ubuntu, Kali-Linux, Kodi, win10 IOT, single-touch, free drive
  • Work as a PC monitor, support win7, win8, win10 system 5 point touch (XP and older version system: single-point touch), free drive
  • CE, RoHS certification

Product Parameters

  • Size: 7.0 (inch)
  • SKU: MPI7002
  • Resolution: 1024 × 600 (dots)
  • Touch: five-point capacitive touch
  • Product Size: 164.9*124.27 (mm)
  • Package Size: 211*150*53 (mm)
  • Rough Weight(Package containing): 405 (g)
  • Power Dissipation: 0.84A*5V

Hardware Description

MPI7001-02.jpg

  • ① Backlight Power switch: Controls the backlight turned on and off to save power.
  • ②&③ USB Touch / power supply connector: For power supply and touch output, the functions of the both are the same, can just use one of them.
  • ④ HDMI interface: For connecting motherboard and LCD monitor to HDMI transmission.

How to use with Raspbian/Ubuntu Mate/Win10 IoT Core System

Step 1, Install Raspbian official image

  1. Download the latest image from the official download.
  2. Install the system according to the official tutorial steps.

Step 2, modify the “config.txt”

After the programming of Step1 is completed, open the config.txt file of TF card root directory and
add the following code at the end of the file, save and eject Micro SD Card safely:
max_usb_current=1
hdmi_force_hotplug=1
config_hdmi_boost=7
hdmi_group=2
hdmi_mode=87
hdmi_drive=1
display_rotate=0
hdmi_cvt 1024 600 60 6 0 0 0

Step 3, Drive the 5inch HDMI Display-B with the Raspberry Pi

Insert the TF Card to Raspberry Pi, connect the Raspberry Pi and LCD by HDMI cable; connect USB cable to one of the four USB ports of Raspberry Pi,
and connect the other end of the USB cable to the USB port of the LCD; then supply power to Raspberry Pi; after that if the display and touch both are OK,
it means drive successfully (please use the full 2A for power supply).

How to use as PC monitor

  • Connect the computer HDMI output signal to the LCD HDMI interface by using the HDMI cable
  • Connect the LCD’s USB Touch interface (Either of the two MicroUSB) to the USB port of the device
  • If there are several monitors, please unplug other monitor connectors first, and use LCD as the only monitor for testing.

How to rotate the display direction

This method only applies to the Raspberry Pi series of display screens, other display screens do not apply.

  • Method 1,If the driver is not installed, execute the following command (Raspberry Pi needs to connected to the Internet):
sudo rm -rf LCD-show
git clone https://github.com/goodtft/LCD-show.git
chmod -R 755 LCD-show
cd LCD-show/
sudo ./XXX-show 90

After execution, the driver will be installed. The system will automatically restart, and the display screen will rotate 90 degrees to display and touch normally.
( ‘ XXX-show ‘ can be changed to the corresponding driver, and ‘ 90 ‘ can be changed to 0, 90, 180 and 270, respectively representing rotation angles of 0 degrees, 90 degrees, 180 degrees, 270 degrees)

  • Method 2,If the driver is already installed, execute the following command:
cd LCD-show/
sudo ./rotate.sh 90

After execution, the system will automatically restart, and the display screen will rotate 90 degrees to display and touch normally.
( ‘ 90 ‘ can be changed to 0, 90, 180 and 270, respectively representing rotation angles of 0 degrees, 90 degrees, 180 degrees, 270 degrees)
If the rotate.sh prompt cannot be found, use Method 1 to install the latest drivers

منتجات ذات صلة

-4%
Raspberry Pi 4 Board- 8Gb RamRaspberry Pi 4 Board- 8Gb Ram
+

All Electronics Components

Raspberry Pi 4 Board- 8Gb Ram

510 SAR 490 SAR شامل الضريبة
GPIO expansion board for Raspberry piGPIO expansion board for Raspberry pi
+

All Electronics Components

GPIO expansion board for Raspberry pi

35 SAR شامل الضريبة
Raspberry Pi Zero WRaspberry Pi Zero W
+
غير متوفر في المخزون

All Electronics Components

Raspberry Pi Zero W

182 SAR شامل الضريبة
كابل اتش دي ام اي قصير HDMI Cable 0.5Mكابل اتش دي ام اي قصير HDMI Cable 0.5M
+

All Electronics Components

كابل اتش دي ام اي قصير HDMI Cable 0.5M

18 SAR شامل الضريبة
Power Adapter 5v 3A Type-C for Raspberry pi 4
+

All Electronics Components

Power Adapter 5v 3A Type-C for Raspberry pi 4

52 SAR شامل الضريبة
-11%
Raspberry Pi 4 Board – 4Gb RamRaspberry Pi 4 Board – 4Gb Ram
+
غير متوفر في المخزون

All Electronics Components

Raspberry Pi 4 Board – 4Gb Ram

450 SAR 400 SAR شامل الضريبة
شاشة 5 انش لراسبيري باي تعمل باللمسشاشة 5 انش لراسبيري باي تعمل باللمس
+

All Electronics Components

شاشة 5 انش لراسبيري باي تعمل باللمس

265 SAR شامل الضريبة
محول من اتش دي الى فيجا HDMI to VGA Converter Cableمحول من اتش دي الى فيجا HDMI to VGA Converter Cable
+

All Electronics Components

محول من اتش دي الى فيجا HDMI to VGA Converter Cable

29 SAR شامل الضريبة
سياسة الخصوصية    اتفاقية وشروط الاستخدام   

سياسة الارجاع والاستبدال

All prices are inclusive of VAT. Tax.

Copyrights @ Scientific Village Store 2024
  • الرئيسية
  • المتجر
  • تواصل معنا
  • العربية
  • English
  • تسجيل الدخول

تسجيل الدخول

نسيت كلمة مرورك؟

تسجيل جديد

Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our سياسة الخصوصية.

  • العربية
  • English