Skip to content

Commit

Permalink
esp-idf v5.4 panel rgb test
Browse files Browse the repository at this point in the history
  • Loading branch information
tobozo committed Nov 14, 2024
1 parent 21b3d92 commit 0409f8b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/Test/build_test/main/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@

#if !defined SKIP_I2C_TEST


#if defined ESP32S3
#include <lgfx/v1/platforms/esp32s3/Panel_RGB.hpp>
#include <lgfx/v1/platforms/esp32s3/Bus_RGB.hpp>
#endif



class LGFX_I2C : public lgfx::LGFX_Device
{
lgfx::Bus_I2C _bus_instance;
Expand Down

0 comments on commit 0409f8b

Please sign in to comment.