FDIEasy-LOGO

FDI Easy LCD Interface Software

FDIEasy-LCD-Interface-Software -PRODUCT

ELI Software Overview

ELI is Future Designs, Inc.’s family of long-life, plug-and-play embedded displays. ELI products are true modular embedded display solutions that require no engineering or lead-time. All ELI products are compatible with a wide range of single board computers including Raspberry Pi, BeagleBone Black and Windows-based units. FDI designed ELI as an embedded display option that requires minimal development time to help customers reach production quickly. Once a product is in production, FDI’s 10-15 year ELI product availability guarantee helps ensure production schedules without the risk of expensive or time consuming redesigns. Learn more about ELI at TeamFDI.com/ELI

Raspberry Pi 

FDIEasy-LCD-Interface-Software (2)Introduction
The Raspberry Pi is the most popular line of Single Board Computers. ELI has been tested and shown to work well with every Raspberry Pi, from the Raspberry Pi Zero to the Raspberry Pi 4B. Each Raspberry Pi provides a USB port and an HDMI port, which is all ELI requires from any SBC. While the Raspberry Pi doesn’t have the capability to detect Extended Display Identification Data (EDID) from ELI (or any display), Raspberry Pi can be easily configured to work with ELI using a configuration file. Using configuration files and general setup and use of the Raspberry Pi will all be covered in this manual.

Cables and Connection Requirements for Raspberry Pi 4B with ELI
All current ELI systems have been tested using the following components.

  1. 12V DC +/- 5% 2A Power Supply to power the ELI
    • The following cables are required for connecting an ELI to a Raspberry Pi:
    • HDMI Cable Type A Male to Type D Male (Full size to Micro size) Example PN: Molex PN: 0687860003, Digi-key PN: WM1283-ND
    • (1) USB Cable, Mini-B to Full Size-A for Raspberry Pi to ELI (touch screen support)
    • (1) Wall Adapter Power Supply 5V 2A DC USB C (power for Raspberry Pi). You may also use an adapter such as the PSA05F-050Q with a USB Type A to Type C cable.
  2. (1) 8GB SD Card to hold the operating system.
  3. Win32 Disk Imager ( http://www.sourceforge.net/projects/win32diskimager/ )
  4. (Optional) FDI Raspberry Pi disk image. The disk image will provide an introduction to ELI capabilities. Direct links to download the disk images are provided in Section 2.4 of this guide.
  5. Cables and Connection Requirements for Raspberry Pi 3B+ and older models with ELI All current ELI systems have been tested using the following components.
  6. 12V DC +/- 5% 2A Power Supply to power the ELI
  7. The following cables are required for connecting an ELI to a Raspberry Pi:
    • (1) HDMI Cable Type A Male to Type A Male (Full size to Full size)
      Example PN: Molex PN: 0887689800, Digi-key PN: WM19083-ND
    • (1) USB Cable, Mini-B to Full Size-A for Raspberry Pi to ELI (touch screen support)
    • (1) Wall Adapter Power Supply 5V 2A DC USB Micro B (power for Raspberry Pi) such as the Sparkfun TOL 12890. You may also use an adapter such as the PSA05F-050Q with a USB Type A to Type B cable.
  8. (1) 8GB SD Card to hold the operating system.
  9. Win32 Disk Imager ( http://www.sourceforge.net/projects/win32diskimager/ )
  10. (Optional) FDI Raspberry Pi disk image. The disk image will provide an introduction to ELI capabilities. Direct links to download the disk images are provided in Section 2.4 of this guide.

Raspberry Pi Software and Operating Systems Downloads
FDI has demo software that you can download for your Raspberry Pi. We keep this image up to date and can be found on the Software tab on any of our ELI Product Pages:

  • Raspberry Pi Disk Image (Direct Download Link)

Raspberry Pi Startup Procedure

FDIEasy-LCD-Interface-Software (3) FDIEasy-LCD-Interface-Software (4) FDIEasy-LCD-Interface-Software (5)Step 1: Format Raspberry Pi with an ELI Compatible Operating System
Raspberry Pi does not have an onboard EMMC. Consequently, before you boot a Raspberry Pi you must first format a microSD card and write an operating system image to it. FDI recommends using the preconfigured disk images provided in Section 2.3 for this requirement. The FDI preconfigured disk images will familiarize you with ELI and its capabilities.
If you have your own software ready for the Raspberry Pi, complete the following steps:

  1. Format the 8GB microSD to FAT (Note: not FAT32) :
    • Open a command prompt in Administration mode
    • Click the Windows Start button.
    • Type “cmd”
    • Right-click “cmd.exe” and select “Run as Administrator”
    • Type the following commands:
    • diskpart
    • list disk
    • Reference Diskpart to find your microSD card. The size field is a helpful aid to determining the microSD card number.
  2. FDIEasy-LCD-Interface-Software (6)Select the disk number by typing the command: select disk 1 (Note: Replace “1” with the disk number determined by step c.)
    Type the following commands:
    • clean
    • create partition primary
    • active
    • format fs=fat (Note: This may take up to 20 minutes.)
    • assign letter=f (Note: Replace “f” with any letter that is not occupied by the computer you are using to format the device.)
    • exit
      Unzip the contents of the downloaded image into a safe location on your computer.
  3. Write the newly downloaded OS to the disk.
    • Open up Win32 Disk Imager. This can be downloaded from the following website: http://sourceforge.net/projects/win32diskimager/
    • Set “Device” to the microSD card.
    • Navigate to the folder for the Raspberry Pi device on your computer and locate the “.img” file you downloaded. FDIEasy-LCD-Interface-Software (7)
    • Click <Write>.
    • After Win32 Disk Imager is done writing the disk image to the microSD card, eject the microSD card from your computer
  4. Insert the microSD card into the Raspberry Pi microSD card socket.

Step 2: Boot the Raspberry Pi

  1. Connect the HDMI cable and USB cable from the Raspberry Pi to the ELI board.
  2. Power on the ELI with a 12VDC +/- 5% 2A power supply.
  3. Power on the Raspberry Pi via the power input connector .
  4. The ELI unit will power on automatically and display the boot sequence for Raspberry Pi.
  5. Connect a keyboard and mouse or use the ELI touch screen to complete initial setup of your Raspberry Pi image.
    Note: If you are using a copy of Raspbian that is not compatible with the FDI Disk Image, you must complete the additional steps provided in Section 26: Installing your own Raspbian Image.
  6. Your ELI unit is now properly connected for basic operation. Proceed with the software installation.

Using Raspberry Pi Demonstration Software on ELI
Use the demos and videos in the ELI Launcher GUI to familiarize yourself with the capabilities of ELI. You can exit to the normal desktop by tapping <Exit>.

Installing your own Image on ELI
To facilitate the process of installing a disk image on Raspberry Pi devices, a keyboard and mouse will be required. The keyboard and mouse will not be required to operate your device after these steps are complete.

  1. On your PC, download a copy of your preferred disk image from this website: https://www.raspberrypi.org/downloads/
  2. Write the image onto a microSD card using a disk imager program such as Win32 Disk Imager.
  3. Refer to Section 2.5 and follow Step 1 and Step 2. Use your selected image instead of the Demo image.
  4. Download the appropriate FDI “config.txt” file. Pay special attention to make sure the model is correct.
    • ELI43-Cx (Direct Download Link)
    • ELI70-CR (Direct Download Link)
    • ELI70-CP (Direct Download Link)
    • ELI70-IxHW (Direct Download Link)
    • ELI101-CPW (Direct Download Link)
    • ELI101-IPHW (Direct Download Lin
    • ELI121-CRW (Direct Download Link)
    • ELI156-IPHW (No new config.txt needed as it already matches the default file)
  5. Copy the config.txt file into the “boot” directory on the microSD card, replacing the existing file.
  6. Eject the microSD card from the PC.
  7. Insert the microSD card into the Raspberry Pi microSD card socket.
  8. Plug in a USB keyboard and USB mouse into the Raspberry Pi
  9. Connect Ethernet cable to the Raspberry Pi and to an internet source. If you are using a Raspberry Pi 3 or newer you may utilize its onboard wifi.
  10. Allow the Raspbian image to boot to the setup screen. Then complete the following:
    Config Page
    1. Select “Expand Filesystem”
    2. Select “Enable boot to Desktop/scratch”
    3. On the second page, select “Desktop, login as user ‘pi’”Select “Finish”
    4. Reboot the Device
  11. After the device boots, update the image. Open up “LXTerminal” located at the top left of the Raspberry Pi desktop.
  12. Type the following commands:
    • sudo apt-get upgradesudo apt-get update
    • When this is finished, reboot the device.
      NOTE: This process can take up to 30 minutes depending on your internet connection.
  13. Update your keyboard to your appropriate country. This part of the guide will be for US only. (Note: This is not necessary for those living in the UK).
    • Type the following command: sudo dpkg-reconfigure keyboard configuration
    • 1st page: Select “Generic 105k (Intel) PC”
    • 2nd page: Select “Other”
    • 3rd page: scroll down to English (US)
    • 4th page: scroll to the top and select English (US)
    • 5th page: set to the default for keyboard layout
    • 6th page: no compose key
    • 7th page: It is NOT recommended to use the “control+alt+backspace” to turn off xserver. xserver runs the GUI for the Raspberry Pi. Turning xserver off will disable all GUI functions until it is turned back on.
      Reboot the device. The shift+3 will now properly display the # sign.
  14.  Download the calibration software to calibrate the touchscreen.
    • Type the following commands in the terminal:
    • wget http://adafruit-download.s3.amazonaws.com/xinput-calibrator_0.7.5-1_armhf.deb
    •  sudo dpkg –I –B xinput-calibrator_0.7.5.1_armhf.deb
    • Now you can calibrate at any pint by typing: xinput_calibrator
    •  xinput_calibrator
    • Go through the calibration steps.
    • After calibration the desktop will display text similar to that shown in Figure 9:
      FDIEasy-LCD-Interface-Software (8)
    • Copy everything starting with the line, Section “InputClass”, through EndSection into the end of the following file: /etc/X11/xorg.conf.d/99-calibration.conf
    • Reboot the device. Using a stylus, tap around the device to confirm that it has been properly calibrated.

Other Software that may be helpful
FDI recommends the following software programs as a supplement to those required to run Raspberry Pi with ELI.

  1. Libre Office is an open source office suite that lets you view and edit .ppt, .doc, and .xls documents. FDI recommends this software to display slideshow presentations on ELI
    • Libre Office cannot use any files with a .***x extension (.pptx, .docx). Therefore, files for transfer to the Raspberry Pi for display on ELI must be in Office 95-2003 format (.ppt, .doc, .xls).
    • To install Libre Office, type the following command into the Raspberry Pi terminal: sudo apt-get libreoffice
    • Libre Office will appear in the Home->Office section of your start menu.
    • To write a scripts that will instruct the Raspberry Pi to open PowerPoint slides in slideshow mode only, type the following commands into the terminal:
    • #!/bin/bash
    • libreoffice –show /directory/of/powerpoint/name_of_slideshow.ppt
  2. OMX Player is a media player that is built into the Raspberry Pi and can run media through the command line. It is hardware accelerated; taking advantage of the small GPU present on Raspberry Pi devices. To play videos by default there are a few changes that must be done. To complete these changes follow these steps:
    • From a computer, download the following file then copy it over to the Raspberry Pi /home/pi directory: https://www.raspberrypi.org/forums/download/file.php?id=6086
    • Type the following commands into the terminal:
    • sudo tar –xf omxplayer-helper-scripts.tar –directory=/usr/share/applications/ –overwrite
    • sudo apt-get install –f wmct
    • Using a mouse, right-click on any mp4 that you have on the computer desktop
    • Select “Open With”
    • Checkmark “Set selected application as default action for this file type”
    • Go to “Installed Applications->Sound & Video->OMXPlayer”
    • Click “OK”
      Note: A mouse or touch input will not work with the OMXPlayer because it uses its own window server.
  3. Florence Virtual Keyboard is a small program that runs in the foreground while open and provides any program to open as though it were an actual keyboard.
    1. Install Florence Virtual Keyboard by typing the following command into the terminal: Sudo apt-get install Florence
    2. Open Florence Virtual Keyboard from the following location: Home->Universal Access->Florence Virtual Keyboard

Troubleshooting Raspberry Pi with ELI

FDI recommends the following workarounds for common Raspberry Pi troubleshooting issues:

  1. Calibration of the touch screen:
    When the ELI touch screen is completely out of calibration, take these steps:
    • Plug in a keyboard and mouse
    • Open up LXTerminal
    • Type the following command: xinput_calibrator
    • Follow the calibration steps
    • Copy everything starting with the line, Section “InputClass”, through EndSection into the end of the following file: /etc/X11/xorg.conf.d/99-calibration.conf
    • Reboot the device.
  2. Incorrect resolution on the screen:
    The Raspberry Pi is forced to accept a specific EDID and is therefore forced into a resolution. If the Raspberry Pi device is running Raspbian but is displaying an incorrect resolution, take these steps:
  3. Turn off the device
  4. Remove the microSD card and insert it into your computer.
  5. Download our up-to-date config file. (Refer Section 2.6: Installing your Own Raspbian Image on ELI, step 4.)
  6. Replace the exiting config.txt by moving the updated config file onto the boot directory of the microSD card.

BeagleBone Black

FDIEasy-LCD-Interface-Software (9)

Introduction
The Beaglebone Black is one of the most popular Single Board Computers. Unlike the Raspberry Pi, the Beaglebone Black does support Extended Display Identification Data (EDID). This means that you can plug a Beaglebone Black into any ELI unit and it will work without any further configuration required. The Beaglebone Black has a microHDMI port, so you will either need a microHDMI cable to Full Size HDMI cable, or an equivalent adapter. The Beaglebone Black also has a single USB port, but that is all ELI requires for the touch screen. The Beaglebone Black also has an onboard eMMC, this means a disk image can be written to the device itself instead of always using a microSD card.

Cables and Connection Requirements for BeagleBone Black with ELI
All ELI systems have been tested using the following setup.

  1. 12VDC +/- 5% 2A Power Supply to power ELI
  2. (1) HDMI Type A Male to Type D Male (Full Size to Micro Size)
  3. (2) USB Cables, Mini-B to Full Size-A
    • One USB cable for BeagleBone Black to ELI (Touch Screen Support
    • One USB cable for BeagleBone Black to PC (Power and Console for BeagleBone Black)
    • An optional AC to USB Adapter such as the PSA05F-050Q (Link) may be used to supply the ELI board with additional power than what the computer can provide.
  4. To use a desktop PC as a console, download the BeagleBone Black USB network drivers here: http://beagleboard.org/getting-started#step2
  5. BeagleBone Black works out of the box with ELI.

BeagleBone Black Startup Procedure
Note: This demonstration is for a BeagleBone Black out of the box with no changes to the EMMC internal storage. It will drive the ELI without any software changes, downloads, or modifications to the BeagleBone Black.FDIEasy-LCD-Interface-Software (10)

  1. Connect the HDMI cable and USB Cable from the BeagleBone Black to the ELI Board.
  2. Power on ELI with a 12VDC +/- 5% 2A power supply.
  3. Connect the USB Cable from the BeagleBone Black Mini-USB to the PC or USB wall adapter.
  4. The ELI will power on and display the BeagleBone Black boot sequence. After the boot sequence is complete, complete the touch screen calibration steps by following the prompts on the display. When touch screen calibration is complete the the device will boot to the GUI desktop.
  5. The ELI is now properly connected and basic operations of ELI and the BeagleBone Black are available.

Communicating with your BeagleBone Black
It is highly important to have an easy way to communicate with your BeagleBone Black to make software changes or updates. There are two ways of doing this; (1) A simple USB HUB will allow you to connect keyboard, mouse, and any other device needed, or (2) using the built in USB -> Ethernet drivers for windows to communicate remotely to your BeagleBone Black over the miniUSB used to power the device.

Steps for setting up PuTTY for your BeagleBone Black

  1. Download PuTTY: http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe
  2. Open a terminal window on the BeagleBone Black.
  3. Type the following command into the terminal: “ifconfig
  4. Scroll to “usb0”
  5. Make note of the IP Address beside “inet addr:” This is the IP Address of the BeagleBone Black.
  6. Set up Putty to look like Figure 14. (Note: Replace the IP Address with the IP Address of your BeagleBone Black.)
    FDIEasy-LCD-Interface-Software (11)
  7. Click Open.
  8. The first time you connect to this device, you will get a security alert. Click “Yes” on pop up screen and continue.
  9. Type “root”, then hit enter.You will see the prompt displayed in Figure 15.
  10. FDIEasy-LCD-Interface-Software (12)Type “root”, then hit enter. FDIEasy-LCD-Interface-Software (13)
  11. You are now logged into the BeagleBone Black device. Commands entered in the LXTerminal can also be enetered in the PuTTY Terminal.

Updating the Factory BeagleBone Black
The Debian Wheezy distribution of Linux is the basic operating system that comes on all BeagleBone Black devices as of the Rev C release in March 2014. A few bits of software are recommended. Most of these software recommendations can be found using an apt-get call. You may also use these instructions for installation. Shell commands are identified by italics. To begin the installation process, plug the ELI Board into your BeagleBone Black, and power them on.

  1. Connect to your BeagleBone Black through your preferred method described in section 3.4: Startup Procedure.
  2. Type the following command: sudo apt-get update
  3. Type the following command: sudo apt-get upgrade
  4. Reboot the BeagleBone Black.

Other Software for Debian that may be helpful
FDI recommends the following software programs as a supplement to those required to run BeagleBone Black with ELI.

  1. Libre Office is an open source office suite that lets you view and edit .ppt, .doc, and .xls documents. FDI recommends this software to display slideshow presentations on ELI. Libre Office cannot use any files with a .***x extension (.pptx, .docx). Therefore, files for transfer to the Raspberry Pi for display on ELI must be in Office 95-2003 format (.ppt, .doc, .xls).
    • Open up a command terminal LXTerminal, or log into the device through a remote connection on your desktop
    • Type the following: sudo apt-get install libreoffice.
    • After Libre Office installs the following programs will be in your Home->Office tab: Base (Database), Calc (Excel), Draw (Publisher), Impress (PowerPoint), and Writer (Word)
    • To write a scripts that will instruct the Raspberry Pi to open PowerPoint slides in slideshow mode only, type the following commands into the terminal:
    • #!/bin/bash
    • libreoffice –show /directory/of/powerpoint/name_of_slideshow.p
  2. Xine Media Player is an open source media player that works with the BeagleBone Black. Note: Due to the hardware limitations, BeagleBone Black can only play a maximum of 480p at 15fps on media players available for BeagleBone Black. Use a lower resolution if your project requires more than 15fps.
    • Open up a command terminal LXTerminal or log into the device through a remote connection on your desktop.
    • Type the following: sudo apt-get install xine-ui
    • Xine is a plug and play media player for BeagleBone Black devices. However, because BeagleBone Black does not have a dedicated graphics chip, videos will be have a lower frame rates than the desktop presentation. Xine will demonstrate the capabilities of the BeagleBone Black, and is the media player FDI recommends for use with ELI boards connected to BeagleBone Black devices.
  3. GPicView is a fairly low weight image viewer that allows you to display basic images and image slide shows.
    • Open up a command terminal LXTerminal, or log into the device through a remote connection on your desktop.
    • Type the following:sudo apt-get install gpicvi
  4. KSnapshot is robust screenshot capture software that allows you to capture your desktop. FDIEasy-LCD-Interface-Software (14)
    • Open up a command terminal LXTerminal or log into the device through a remote connection on your desktop
    • Type the following: sudo apt-get install ksnapshot
    • To open KSnapShot tap Home > Graphics > KSnapshot.
    • Adjust the area of your desktop that you would like to capture and the snapshot delay time. Snapshot delay time is the time between when you tap the “Take a New Snapshot” and when the actual screenshot happens.
  5. Florence Virtual Keyboard is a small program that runs in the foreground while open and provides any program to open as though it were an actual keyboard.
    • Open up a command terminal LXTerminal or log into the device through a remote connection on your desktop.
    • Type the following: sudo apt-get install florence
    • Open Florence Virtual Keyboard from the following location: Home->Universal Access->Florence Virtual Keyboard

Troubleshooting BeagleBone Black with ELI
FDI recommends the following workarounds for common BeagleBone Black troubleshooting issues:

  1. Calibration of the touch screen: When the ELI touch screen is completely out of calibration, take these step
    • Plug in a keyboard and mouse
    • Open up LXTerminal
    • Type the following command: xinput_calibrator
    • Follow the calibration steps
    • Copy everything starting with the line, Section “InputClass”, through EndSection into the end of the following file: /etc/X11/xorg.conf.d/99-calibration.conf
    • Reboot the device.
  2. Incorrect resolution on the Screen: An ELI display may be in the wrong resolution if any of the following have happened:
    • At boot up the cursor is off-centered after boot, you can’t see most of our
    • A portion of the ELI logo on the desktop is out of frame
    • All or port of the taskbar is hidden
    • The desktop displays a large amount of black space
      To troubleshoot incorrect resolution take these steps:
    • Shutdown the BeagleBone Black device.
    • Turn off power to the ELI board
    • Unplug both ends of the HDMI cable from both the ELI board and the BeagleBone Black.
    • Plug in the ELI board’s end of the HDMI cable, making sure it is fully seated into the slot.
    • Plug in BeagleBone Black’s end of the HDMI Cable. Ensure the cable is fully seated into the slot by pressing it firmly into the BeagleBone Black.
      Note: If these steps do not resolve your resolutions issue, check the BeagleBone black by connecting it to a different display, such as a computer monitor. If BeagleBone still does not display, there is a possibility that the BeagleBone Black’s HDMI port is faulty.

Ubuntu 20.0.4 LTS

Introduction
Ubuntu is one of the most popular versions of Linux available. ELI has been tested and shown to work well with the Ubuntu Operating System. Ubuntu is a standalone operating system, so you will need a computer to install it on. In this document we are going to assume that you are going to be setting this up on any ordinary PC.

Setup Requirements for installing Ubuntu 20.0.4 LTS

  1. USB Flash Drive 8GB to hold the operating system
  2. Rufus ( https://github.com/pbatard/rufus/releases/download/v3.13/rufus-3.13.exe )

Cables and Connection Requirements for ELI
All current ELI systems have been tested using the following components.

  1. 12V DC +/- 5% 2A Power Supply to power the ELI
  2. The following cables are required for connecting an ELI to a Raspberry Pi:
    • (1) HDMI Cable Type A Male to Type A Male (Full size to Full size)
      Example PN: Molex PN: 0887689800, Digi-key PN: WM19083-ND
    • (1) USB Cable, Mini-B to Full Size-A for Raspberry Pi to ELI (touch screen support)

Ubuntu 20.0.4 LTS Operating Systems Downloads
Ubuntu has a link to download their Operating System here:

    • Ubuntu Image (Direct Download Link)

Step 1: Create a bootable USB with Ubuntu
Here is the Official Link to Creating a bootable Ubuntu USB Stick on Wndows: https://ubuntu.com/tutorials/create-a-usb-stick-on-windows#1-overview
If you have downloaded the Ubuntu .iso file as well as Rufus, follow the steps below:

  1. Open Rufus.exe :
    • Select your USB stick that you will be using under “Device”
    • Click “Select” and find the .iso image that you have downloaded.
    • Leave all other parameters with their default values and click START to initiate the write process

Step 2: Boot from USB flash drive

  • Here is the Official Link to Installing an Ubuntu Desktop: https://ubuntu.com/tutorials/install-ubuntu-desktop#1-overview
  • Most computers will boot from USB automatically. Simply insert the USB flash drive and either power on your computer or restart it. You should see a welcome prompting you to choose your language and either install or try the Ubuntu desktop.
  • If your computer doesn’t automatically boot from USB, try holding F12 when your computer first starts. With most machines, this will allow you to select the USB device from a system-specific boot menu.
  • NOTE: F12 is the most common key for bringing up your system’s boot menu, but Escape, F2 and F10 are common alternatives

Step 3: Installing Ubuntu
You will first be asked to select your keyboard layout  If the installer doesn’t guess the default layout correctly, use the ‘Detect Keyboard Layout’ button to run through a brief configuration procedure. After selecting Continue you will be asked What apps would you like to install to start with? The two options are ‘Normal installation’ and ‘Minimal installation’. The first is the equivalent to the old default bundle of utilities, applications, games and media players — a great launchpad for any Linux installation. The second takes considerably less

  • storage space and allows you to install only what you need. Beneath the installation-type question are two checkboxes; one to enable updates while installing and another to enable third-party software.
  • We advise enabling both Download updates and Install third-party software.
    Stay connected to the internet so you can get the latest updates while you install Ubuntu.

If you are not connected to the internet, you will be asked to select a wireless network, if available. We advise you to connect during the installation so we can ensure your machine is up to dateFDIEasy-LCD-Interface-Software (15)Step 4: Allocate Drive Space
Use the checkboxes to choose whether you’d like to install Ubuntu alongside another operating system, delete your existing operating system and replace it with Ubuntu, or — if you’re an advanced user — choose the ’Something else’ option.FDIEasy-LCD-Interface-Software (16)

Step 5: Begin Installation
After configuring storage, click on the ‘Install Now’ button. A small pane will appear with an overview of the storage options you’ve chosen, with the chance to go back if the details are incorrect.
Click Continue to fix those changes in place and start the installation process.
FDIEasy-LCD-Interface-Software (1)

Step 5: Finishing the Installation
The rest of the installation will ask you to set up more details regarding your preferences. Fill these out as they are requested, once complete you will have finished the installation successfully. Support

Where to Get Help
Online technical support is available at https://www.teamfdi.com/support/

Useful Links

Useful FDI Links

Copyright ©2025,
Future Designs, Inc

Frequently Asked Questions (FAQ):

  • Q: Where can I find help for ELI products?
    A: You can find help in the following ways:
    • 5.1 Where to Get Help – Refer to section 5.1 of the user manual for support information.
    • 5.2 Useful Links – Check section 5.2 for helpful links related to ELI products.
    • 5.3 Useful FDI Links – Explore section 5.3 for additional FDI resources.

Documents / Resources

FDI Easy LCD Interface Software [pdf] User Manual
Easy LCD Interface Software, LCD Interface Software, Interface Software, Software

References

Leave a comment

Your email address will not be published. Required fields are marked *