* ili9341 update * update ili9341 * Update support_tasmota.ino * fix scripter bug * Deep+ * Update ILI9341_2.cpp Fix invert display * Update xdsp_04_ili9341.ino Fix display modes * fix ili9341 m5stack * Refactor DHT negative temps * Standardize on unconnected pin being -1 * Back to chain+ * Strict * strict * Update platformio_tasmota32.ini * Fix renderer * Change NeoPixelBus library from v2.6.0 to v2.6.1.4 * display batch * Update xdrv_13_display.ino * ldf strict Co-authored-by: gemu2015 <gmutz2010@googlemail.com> Co-authored-by: Theo Arends <11044339+arendst@users.noreply.github.com>
23 lines
483 B
Plaintext
23 lines
483 B
Plaintext
# Auto detect text files and perform LF normalization
|
|
* text=auto
|
|
|
|
# Custom for Visual Studio
|
|
*.cs diff=csharp
|
|
*.sln merge=union
|
|
*.csproj merge=union
|
|
*.vbproj merge=union
|
|
*.fsproj merge=union
|
|
*.dbproj merge=union
|
|
|
|
# Standard to msysgit
|
|
*.doc diff=astextplain
|
|
*.DOC diff=astextplain
|
|
*.docx diff=astextplain
|
|
*.DOCX diff=astextplain
|
|
*.dot diff=astextplain
|
|
*.DOT diff=astextplain
|
|
*.pdf diff=astextplain
|
|
*.PDF diff=astextplain
|
|
*.rtf diff=astextplain
|
|
*.RTF diff=astextplain
|