Skip to content

Latest commit

 

History

History
100 lines (55 loc) · 2.55 KB

set_full-screen_boo_up.rst

File metadata and controls

100 lines (55 loc) · 2.55 KB

Note

Hello, welcome to the SunFounder Raspberry Pi & Arduino & ESP32 Enthusiasts Community on Facebook! Dive deeper into Raspberry Pi, Arduino, and ESP32 with fellow enthusiasts.

Why Join?

  • Expert Support: Solve post-sale issues and technical challenges with help from our community and team.
  • Learn & Share: Exchange tips and tutorials to enhance your skills.
  • Exclusive Previews: Get early access to new product announcements and sneak peeks.
  • Special Discounts: Enjoy exclusive discounts on our newest products.
  • Festive Promotions and Giveaways: Take part in giveaways and holiday promotions.

👉 Ready to explore and create with us? Click [|link_sf_facebook|] and join today!

Enter the Home Assisant Page at Boot

Experience the full-screen self-boot interface first. Please close the already open Home Assistant URL and run chromium-browser --start-fullscreen "http://localhost:8123".

If you want to automatically display the Home Assistant interface in full screen after booting, then do the following.

  1. Go to the autostart folder.
cd /home/pi/.config/autostart/

Note

If the autostart folder does not exist, you need to create a new one.

sudo mkdir -p /home/pi/.config/autostart/
  1. Create chrome_start_fullscreen.desktop file.
sudo nano chrome_start_fullscreen.desktop
  1. Edit the chrome_start_fullscreen.desktop file as follows.
[Desktop Entry]
Type = Application
Exec = chromium-browser --start-fullscreen "http://localhost:8123"

Save and exit: Ctrl + X, Y, Enter.

Note

If you want to cancel the full-screen self-start, comment out the contents of the .desktop file (by "#" )and restart the Raspberry Pi.

cd /home/pi/.config/autostart/
sudo nano chrome_start_fullscreen.desktop
  1. Exit full screen.

computer:

Method 1: Press F11.

Method 2: Move the mouse to the upper column of the screen and click the exit button that appears.

Method 3: Right-click the pop-up menu, select "Exit full screen".

Touch screen:

Long press the blank space to pop up the menu, click the exit button at the top of the screen or select "Exit full screen".

img/image27.png