Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various issues encountered #34

Closed
brentdcarlson opened this issue Nov 9, 2022 · 11 comments
Closed

Various issues encountered #34

brentdcarlson opened this issue Nov 9, 2022 · 11 comments

Comments

@brentdcarlson
Copy link

Several issues I have encountered:

run num doesn't work

@s doesn't report end of file for file read

open "filename",2 - doesn't append to an existing file

delete "filename" doesn't work

display scrolling doesn't update colors properly when text is not updated

@slviajero
Copy link
Owner

slviajero commented Nov 10, 2022 via email

@slviajero
Copy link
Owner

slviajero commented Nov 10, 2022 via email

@brentdcarlson
Copy link
Author

Thanks for the quick response. I'm enjoying working with your platform.

Using Arduino IDE 2.0.1, "DOIT ESP32 DEVKIT V1", 3.5" display, ILI9488 controller with SD card for file storage, BMP280, DHT22, DS3231 RTC

#undef USESPICOSERIAL
#define ARDUINOPS2
#undef ARDUINOUSBKBD
#undef ARDUINOZX81KBD
#undef ARDUINOPRT
#define DISPLAYCANSCROLL
#undef ARDUINOLCDI2C
#undef ARDUINONOKIA51
#define ARDUINOILI9488
#undef ARDUINOSSD1306
#undef ARDUINOMCUFRIEND
#undef ARDUINOGRAPHDUMMY
#undef LCDSHIELD
#undef ARDUINOTFT
#undef ARDUINOVGA
#undef ARDUINOEEPROM
#undef ARDUINOI2CEEPROM
#undef ARDUINOEFS
#define ARDUINOSD
#undef ESPSPIFFS
#undef RP2040LITTLEFS
#define ARDUINORTC
#define ARDUINOWIRE
#undef ARDUINOWIRESLAVE
#undef ARDUINORF24
#undef ARDUINOETH
#define ARDUINOMQTT
#define ARDUINOSENSORS
#undef ARDUINOSPIRAM
#undef STANDALONE

@slviajero
Copy link
Owner

slviajero commented Nov 10, 2022 via email

@brentdcarlson
Copy link
Author

brentdcarlson commented Nov 10, 2022 via email

@slviajero
Copy link
Owner

slviajero commented Nov 10, 2022 via email

@slviajero
Copy link
Owner

slviajero commented Nov 10, 2022 via email

@slviajero
Copy link
Owner

slviajero commented Nov 10, 2022 via email

@slviajero
Copy link
Owner

slviajero commented Nov 12, 2022 via email

@slviajero
Copy link
Owner

Issue closed, all bugs fixed except the scrolling part. This requires a redesign of the display driver code. It is to some degree "works as designed" as the display driver was meant to be monochrome from the beginning. Will add this to the documentation and then work on it. Will be a backlog item in the project.

@slviajero
Copy link
Owner

Just a final remark on the issues: color support on scroll is now added. Limited to VGA colors to save buffer space.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants