Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
394df6c
emulated dogm using standard tft io! no more fsmc/spi tft duplicated …
rhapsodyv Aug 12, 2020
d1e60ca
remove redudant and not used anymore: SPI_TFT_*
rhapsodyv Aug 14, 2020
0a2cee4
unify FSMC/SPI tft defines. HAS_FSMC_TFT -> for every tft FSMC, HAS_S…
rhapsodyv Aug 14, 2020
00b07c1
better organized chitu board tft support
rhapsodyv Aug 14, 2020
ef6ea20
organized nano v1 and v2 tft definitions
rhapsodyv Aug 14, 2020
41691ef
Update pins_MKS_ROBIN_NANO_V2.h
thinkyhead Aug 14, 2020
739c13a
Marlin/src/lcd/touch/xpt2046 become TouchButtons. It only do touch lo…
rhapsodyv Aug 14, 2020
50622ad
rename Marlin/src/lcd/touch/xpt2046.* to Marlin/src/lcd/touch/touch_b…
rhapsodyv Aug 14, 2020
f131931
defaults to keep compatibilty with old xpt
rhapsodyv Aug 14, 2020
e9108ea
disable the header
rhapsodyv Aug 14, 2020
61e358d
compat
rhapsodyv Aug 14, 2020
b0b758a
not used
rhapsodyv Aug 14, 2020
c86d059
space
rhapsodyv Aug 14, 2020
dbffeca
Update xpt2046.h
thinkyhead Aug 15, 2020
892512f
rename LCD_FULL_PIXEL_WIDTH/HEIGHT* to just TFT_WIDTH/HEIGHT.
rhapsodyv Aug 15, 2020
59dc337
remove sanity check for LCD_FULL_PIXEL_*
rhapsodyv Aug 15, 2020
7c50166
clean
rhapsodyv Aug 15, 2020
37d91fa
Use PCT for percent units
thinkyhead Aug 16, 2020
8856187
Update pins formatting script
thinkyhead Aug 16, 2020
39e1aef
Format pins
thinkyhead Aug 16, 2020
957d943
Format more
thinkyhead Aug 16, 2020
c99c93b
indent
thinkyhead Aug 16, 2020
90f43b4
sanity check
rhapsodyv Aug 16, 2020
574d893
LCD_PIXEL_OFFSET_X to TFT_PIXEL_OFFSET_* (keeping lcd macros for non-…
rhapsodyv Aug 16, 2020
663f026
FSMC_UPSCALE now is GRAPHICAL_TFT_UPSCALE as it work in both SPI and …
rhapsodyv Aug 16, 2020
d7528e4
fix xpt calibration after the last changes
rhapsodyv Aug 17, 2020
7bde946
use hw spi for nano v1.2 touch
rhapsodyv Aug 17, 2020
6b3820a
default xpt calibration values for nano v1.2
rhapsodyv Aug 17, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
331 changes: 0 additions & 331 deletions Marlin/src/HAL/STM32F1/dogm/u8g_com_stm32duino_fsmc.cpp

This file was deleted.

Loading