Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
21 changes: 21 additions & 0 deletions src/Iot.Device.Bindings/CompatibilitySuppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@
<Right>lib/net6.0/Iot.Device.Bindings.dll</Right>
<IsBaselineSuppression>true</IsBaselineSuppression>
</Suppression>
<Suppression>
<DiagnosticId>CP0001</DiagnosticId>
<Target>T:Iot.Device.Ili9341.Ili9341</Target>
<Left>lib/net6.0/Iot.Device.Bindings.dll</Left>
<Right>lib/net6.0/Iot.Device.Bindings.dll</Right>
<IsBaselineSuppression>true</IsBaselineSuppression>
</Suppression>
<Suppression>
<DiagnosticId>CP0001</DiagnosticId>
<Target>T:Iot.Device.Media.PixelFormat</Target>
Expand Down Expand Up @@ -197,6 +204,13 @@
<Right>lib/netstandard2.0/Iot.Device.Bindings.dll</Right>
<IsBaselineSuppression>true</IsBaselineSuppression>
</Suppression>
<Suppression>
<DiagnosticId>CP0001</DiagnosticId>
<Target>T:Iot.Device.Ili9341.Ili9341</Target>
<Left>lib/netcoreapp3.1/Iot.Device.Bindings.dll</Left>
<Right>lib/netstandard2.0/Iot.Device.Bindings.dll</Right>
<IsBaselineSuppression>true</IsBaselineSuppression>
</Suppression>
<Suppression>
<DiagnosticId>CP0001</DiagnosticId>
<Target>T:Iot.Device.Media.PixelFormat</Target>
Expand Down Expand Up @@ -239,6 +253,13 @@
<Right>lib/netstandard2.0/Iot.Device.Bindings.dll</Right>
<IsBaselineSuppression>true</IsBaselineSuppression>
</Suppression>
<Suppression>
<DiagnosticId>CP0001</DiagnosticId>
<Target>T:Iot.Device.Ili9341.Ili9341</Target>
<Left>lib/netstandard2.0/Iot.Device.Bindings.dll</Left>
<Right>lib/netstandard2.0/Iot.Device.Bindings.dll</Right>
<IsBaselineSuppression>true</IsBaselineSuppression>
</Suppression>
<Suppression>
<DiagnosticId>CP0001</DiagnosticId>
<Target>T:Iot.Device.Media.PixelFormat</Target>
Expand Down
10 changes: 7 additions & 3 deletions src/devices/Device-Index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* [AGS01DB - MEMS VOC Gas Sensor](Ags01db/README.md)
* [AHT10/15/20 - Temperature and humidity sensor modules](Ahtxx/README.md)
* [AK8963 - Magnetometer](Ak8963/README.md)
* [AM2320 - Temperature and Humidity sensor](Am2320/README.md)
* [AMG88xx Infrared Array Sensor Family](Amg88xx/README.md)
* [APA102 - Double line transmission integrated control LED](Apa102/README.md)
* [AXP192 - Enhanced single Cell Li-Battery and Power System Management IC](Axp192/README.md)
Expand Down Expand Up @@ -46,9 +47,11 @@
* [Holtek HT1632 - 32×8 & 24×16 LED Driver](Ht1632/README.md)
* [HT16K33 - LED Matrix Display Driver](Display/README.md)
* [HTS221 - Capacitive digital sensor for relative humidity and temperature](Hts221/README.md)
* [Ili9341 TFT LCD Controller](Ili9341/README.md)
* [Ili934x TFT LCD Controller](Ili934x/README.md)
* [INA219 - Bidirectional Current/Power Monitor](Ina219/README.md)
* [IP5306 - Power management](Ip5306/README.md)
* [IS31FL3730 -- LED Matrix Display Driver](Is31fl3730/README.md)
* [IS31FL3731 -- LED Matrix Display Driver](Is31fl3731/README.md)
* [Key Matrix](KeyMatrix/README.md)
* [LidarLiteV3 - LIDAR Time of Flight Sensor](LidarLiteV3/README.md)
* [LIS3DH - ultra-low-power high-performance 3-axis nano accelerometer](Lis3Dh/README.md)
Expand Down Expand Up @@ -100,20 +103,21 @@
* [SHT4x - Temperature & Humidity Sensor](Sht4x/README.md)
* [SHTC3 - Temperature & Humidity Sensor](Shtc3/README.md)
* [Si7021 - Temperature & Humidity Sensor](Si7021/README.md)
* [SkiaSharp graphics library adapter](SkiaSharpAdapter/README.md)
* [SN74HC595 -- 8-bit shift register](Sn74hc595/README.md)
* [SocketCan - CAN BUS library (Linux only)](SocketCan/README.md)
* [Software PWM](SoftPwm/README.md)
* [Software SPI](SoftwareSpi/README.md)
* [Solomon Systech Ssd1351 - CMOS OLED](Ssd1351/README.md)
* [Solomon Systech SSD13xx OLED display family](Ssd13xx/README.md)
* [SPI, GPIO and I2C drivers for Arduino with Firmata](Arduino/README.md)
* [SPI, GPIO and I2C drivers for FT232H](Ft232H/README.md)
* [SPI, GPIO and I2C drivers for FT232H, FT2232H, FT4232H](Ft232H/README.md)
* [SPI, GPIO and I2C drivers for FT4222](Ft4222/README.md)
* [Still image recording library](Media/README.md)
* [STUSB4500 - Autonomous USB-C PD controller for Power Sinks / UFP](StUsb4500/README.md)
* [System.Device.Model - attributes for device bindings](System.Device.Model/README.md)
* [TCA954X - TCA954X Low-Voltage Multi-Channel I2C Switch with Reset](Tca954x/README.md)
* [TCS3472x Sensors](Tcs3472x/README.md)
* [TCA954X Multiplexer](Tca954x/README.md)
* [TLC1543 - 10-bit ADC with 11 input channels](Tlc1543/README.md)
* [TM1637 - Segment Display](Tm1637/README.md)
* [TSL256x - Illuminance sensor](Tsl256x/README.md)
Expand Down
67 changes: 0 additions & 67 deletions src/devices/Ili9341/Ili9341.sln

This file was deleted.

108 changes: 0 additions & 108 deletions src/devices/Ili9341/Ili9341Imaging.cs

This file was deleted.

55 changes: 0 additions & 55 deletions src/devices/Ili9341/README.md

This file was deleted.

23 changes: 0 additions & 23 deletions src/devices/Ili9341/samples/Ili9341.Samples.csproj

This file was deleted.

Loading