mirror of
https://github.com/YuzuZensai/MCUFRIEND_kbv.git
synced 2026-01-31 14:57:48 +00:00
move OPENSMART, TFT_HX8357GLUE to unused
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user