Skip to content

zsotroav/FOK-GYEM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FOK-GYEM

Unofficial FOK-GYEM screen driver for Arduino and Arduino-like devices. Requires a special PCB controller module.

PCB

Version 1 of the PCB design is available as a KiCad Project and Gerber zip on mega.nz

The PCB design is currently being revised due to limited availability and high price of the used components.

Usage - Software

⚠️ SERIAL COMMUNICATION BRANCH: This branch contains code mainly for serial communication based operation! Use branch static/master for static (self-opeating) mode.

ℹ️ See main.cpp for working example code.

ℹ️ Full protocol description: FOK-GYEM_Ultimate-Serial/ProtocolDescription.md

void setup()

Where your code is executed

void loop()

After setup, the program automatically enters this function and loops it indefinitely.

For more info see the comments and briefs in the code.

Usage - Physical devices

  1. Connect screen cables to FOK-GYEM
    • Ensure that they are connected in order and that the jumpers are in the correct location on the modules
  2. Connect Arduino 5V
  3. Upload the image to Arduino
  4. Connect 12-15V DC to the controller

Support

Join the Discord support server (English or Hungarian)

About

Unofficial FOK-GYEM screen driver for Arduino and Arduino-like devices. Requires a special PCB controller module.

Topics

Resources

Stars

Watchers

Forks

Languages

  • C++ 72.6%
  • C 27.4%