Skip to content
Star...

7-inch JC1060P470

EspControl on the 7-inch JC1060P470: home screen with temperature, clock, and control tiles

The Guition JC1060P470 is a 7-inch landscape touchscreen powered by an ESP32-P4 processor. It has a 1024×600 display and room for 15 cards on the home screen.

Specifications

Screen size7 inches
Resolution1024 × 600
OrientationLandscape
Display interfaceMIPI DSI
ProcessorESP32-P4 (360 MHz)
WiFiESP32-C6 co-processor (2.4 GHz)
EthernetOptional on Ethernet models, manual ESPHome install only
Flash16 MB
PSRAMHex mode, 200 MHz
TouchGT911 capacitive
PowerUSB-C

Card Grid

JC1060P470 card grid showing 15 configurable tiles

The home screen uses a 3-row x 5-column grid, giving you 15 card slots. Any home-screen card can be turned into a Subpage folder containing up to 14 more cards.

Flexible card sizes are supported: Single, Tall, Wide, and Large.

CapabilityValue
Screen7 inches, 1024 x 600, Landscape
ProcessorESP32-P4
Built-in relaysNo built-in relays
Rotation supportYes
Browser install slugguition-esp32-p4-jc1060p470
Ethernet optionYes, manual ESPHome install only

Install

Connect the display to your computer with a USB-C data cable plugged into the port shown below, then click the button to flash.

USB-C flashing port on the back of the JC1060P470

Your browser does not support WebSerial. Use Chrome or Edge on desktop.

For a full walkthrough including WiFi setup and Home Assistant pairing, see the Install guide.

ESPHome Manual Setup

If you use ESPHome and prefer to compile firmware yourself:

yaml
substitutions:
  name: "office-screen"
  friendly_name: "Office Screen"

wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password

packages:
  setup:
    url: https://github.com/jtenniswood/espcontrol/
    file: devices/guition-esp32-p4-jc1060p470/packages.yaml
    refresh: 1sec

For the Ethernet model, use the advanced manual setup option instead:

yaml
substitutions:
  name: "office-screen"
  friendly_name: "Office Screen"
  network_transport: ethernet
  disable_updates: "true"

packages:
  setup:
    url: https://github.com/jtenniswood/espcontrol/
    file: devices/guition-esp32-p4-jc1060p470/packages.yaml
    refresh: 1sec

This Ethernet option is for advanced manual installs only. It builds an Ethernet-only firmware: WiFi, captive portal, the WiFi setup hotspot, and Bluetooth proxy are not included, and the ESP32-C6 hosted WiFi/Bluetooth co-processor is kept off. The Ethernet build also uses a higher backlight PWM frequency on this panel, which avoids the shimmer seen during hardware testing with wired networking enabled. The disable_updates: "true" substitution removes EspControl's GitHub firmware update checker and update controls, while leaving ESPHome OTA available for manual installs.

Use USB when switching a display between the WiFi and Ethernet firmware variants. OTA updates can fail during that change because the network transport changes.

For the full manual setup notes, see Manual Setup.

Where to Buy