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

some pcd8544 nokia examples crashes #1

Open
madias123 opened this issue Sep 6, 2016 · 1 comment
Open

some pcd8544 nokia examples crashes #1

madias123 opened this issue Sep 6, 2016 · 1 comment

Comments

@madias123
Copy link

Posted also on wemos github:
wemos/D1_mini_Examples#24

In particular all examples with higher sketch size will crash:
example: "hello-wemos"
tried also to switch to "4M (1M SPIFFS)" to get more flash size.
console output:
`WeMos D1 Mini + Nokia 5110 PCD8544 84x48 Monochrome LCD
Using Adafruit_PCD8544 and Adafruit_GFX libraries

Show Adafruit logo bitmap

Exception (3):
epc1=0x40202f88 epc2=0x00000000 epc3=0x00000000 excvaddr=0x4022f960 depc=0x00000000

ctx: cont
sp: 3ffef9c0 end: 3ffefc00 offset: 01a0

additional info:
It crashes after the line:
Serial.println("----trace-----");

void loop() {
  display.clearDisplay();
    Serial.println("----trace-----");
  display.drawBitmap(0, 0, WeMos_logo_84x48, 84, 48, BLACK);
  Serial.println("----trace2-----");
  display.display();
  Serial.println("Show WeMos logo 84x48 bitmap");
@mcauser
Copy link
Owner

mcauser commented Sep 28, 2016

I am unable to replicate this on 4x WeMos D1 mini boards.

Uploaded using Arduino IDE 1.6.12 on OS X 10.11.6.
Board: WeMos D1 R2 & mini
Flash size: 4M (3M SPIFFS) (both work)
CPU Frequency: 80 MHz
Upload Speed: 230400
Port: /dev/cu.wchusbserial1410

https://github.com/adafruit/Adafruit-GFX-Library/releases/tag/v1.1.5
https://github.com/adafruit/Adafruit-PCD8544-Nokia-5110-LCD-library/releases/tag/1.0.0

Including changes from here:
https://github.com/adafruit/Adafruit-PCD8544-Nokia-5110-LCD-library/pull/27/files

Have you tried another D1 mini?

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