move OPENSMART, TFT_HX8357GLUE to unused

This commit is contained in:
prenticedavid
2020-07-07 16:52:44 +01:00
parent 8c838148de
commit e0923165d1
8 changed files with 199 additions and 158 deletions

View File

@@ -1,3 +1,21 @@
# skip the PDF page footers.
# skip the Ilitek PDF page footers.
/^a-.*/,/^Page.*/d
/^[0-9]+$/,/^.2010.*/d
# skip the GalaxyCore PDF page headers.
/^Page*/,/^132RGB.*/d
# GalaxyCore //comment// to //comment
s/----\/\/$/----/
# skip the Himax PDF page footers.
/^Him.ax Confidential*/,/^APPLICATION NOTE/d
/^-P.*Himax Confidential*/,/^APPLICATION NOTE/d
# skip the Renesas PDF page footers.
/^[0-9]+$/,/Renesas SP Drivers/d
#/Initial Code(/d
# comment the Panel Title
s/^[1-9]/\/\/ &/
# remove Enter/Exit Sleep functions
/^[Vv]oid.*Sleep/,/^}/d
/^[Vv]oid.*Standby/,/^}/d
# legal function name
/^void/s/[.]//
# remove hardware Reset sequence
/Reset LCD Driver/,/Start Initial Sequence/d