You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering an issue with color inversion on an ST7789 TFT LCD display when using the this library on an ESP32 microcontroller. Despite trying to configure the cfg.rgb_order setting (false or true), the display's color inversion behavior does not change as expected.
Expected Behavior ( 期待される動作 )
I expected that setting cfg.rgb_order to false or true would control the color inversion behavior of the display, but this does not appear to have any effect. The display should respond to this setting by correctly inverting colors as specified.
Actual Behavior ( 実際の動作 )
The display's color inversion remains static and does not change when adjusting the cfg.rgb_order settings initialization. This behavior persists regardless of the value (false or true) assigned to cfg.rgb_order.
Steps to reproduce ( 再現のための前提条件 )
Set up an ST7789 TFT display with ESP32 microcontroller.
Use the library to initialize the display.
Attempt to configure color inversion by setting cfg.rgb_order to false or true in the initialization code.
Observe that the color inversion behavior remains unchanged regardless of the cfg.rgb_order setting.
// If possible, attach a picture of your setup/wiring here.
Code to reproduce this issue ( 再現させるためのコード )
Please submit complete source code that can reproduce your problem. あなたの問題を再現できる完全なソースコードを提示してください。
I would like to extend my sincere thanks to the developers of this library for their outstanding work in creating such a versatile and powerful library. Your efforts have greatly contributed to the success of many projects, including this one. Your dedication to open-source development is truly appreciated.
Any assistance in resolving this color inversion problem with the ST7789 display and this library would be greatly appreciated. Thank you!
The text was updated successfully, but these errors were encountered:
Environment ( 実行環境 )
Problem Description ( 問題の内容 )
I am encountering an issue with color inversion on an ST7789 TFT LCD display when using the this library on an ESP32 microcontroller. Despite trying to configure the cfg.rgb_order setting (false or true), the display's color inversion behavior does not change as expected.
Expected Behavior ( 期待される動作 )
I expected that setting cfg.rgb_order to false or true would control the color inversion behavior of the display, but this does not appear to have any effect. The display should respond to this setting by correctly inverting colors as specified.
Actual Behavior ( 実際の動作 )
The display's color inversion remains static and does not change when adjusting the cfg.rgb_order settings initialization. This behavior persists regardless of the value (false or true) assigned to cfg.rgb_order.
Steps to reproduce ( 再現のための前提条件 )
Set up an ST7789 TFT display with ESP32 microcontroller.
Use the library to initialize the display.
Attempt to configure color inversion by setting cfg.rgb_order to false or true in the initialization code.
Observe that the color inversion behavior remains unchanged regardless of the cfg.rgb_order setting.
// If possible, attach a picture of your setup/wiring here.
Code to reproduce this issue ( 再現させるためのコード )
Please submit complete source code that can reproduce your problem.
あなたの問題を再現できる完全なソースコードを提示してください。
I would like to extend my sincere thanks to the developers of this library for their outstanding work in creating such a versatile and powerful library. Your efforts have greatly contributed to the success of many projects, including this one. Your dedication to open-source development is truly appreciated.
Any assistance in resolving this color inversion problem with the ST7789 display and this library would be greatly appreciated. Thank you!
The text was updated successfully, but these errors were encountered: