Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TFT32 screen support on MKS Robin Nano 1.2 board #19031

Merged
merged 4 commits into from
Aug 24, 2020
Merged

TFT32 screen support on MKS Robin Nano 1.2 board #19031

merged 4 commits into from
Aug 24, 2020

Commits on Aug 22, 2020

  1. TFT32 screen support on MKS Robin Nano 1.2 board

    MKS Robin Nano 1.2. Board can come with TFT32 screen based on ILI9341, for example on Flsun Q5 3d printer. This changes in pins_MKS_ROBIN_NANO.h file will make new style UI work with this board with TFT32 screen. It will work if #define TFT_320x240 is selected in configutation.h and board type is #define MOTHERBOARD BOARD_MKS_ROBIN_NANO
    alexeyzel authored and thinkyhead committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    6977cc3 View commit details
    Browse the repository at this point in the history
  2. Apply pins formatting

    thinkyhead committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    52f7ead View commit details
    Browse the repository at this point in the history
  3. Move TFT_DRIVER

    thinkyhead committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    ee81a59 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Revert "Move TFT_DRIVER"

    This reverts commit ee81a59.
    thinkyhead committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    df06848 View commit details
    Browse the repository at this point in the history