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

LEDDisplay example doesn't work #3

Closed
misosec opened this issue Feb 12, 2020 · 10 comments
Closed

LEDDisplay example doesn't work #3

misosec opened this issue Feb 12, 2020 · 10 comments

Comments

@misosec
Copy link

misosec commented Feb 12, 2020

Hello,
LEDDisplay example compiles without error, but led display stays blank.
Is there anything specific I have to do?

Windows 10
Arduino IDE version 1.8.10
I selected M5Stick-C board.

Thank you.

@PaulMcGuinness
Copy link

I have same issue, but noticed the following compiler warning (incidentally the Easy Loader works fine):-

`C:\Users\Paul McGuinness\Documents\Arduino\libraries\FastLED/FastLED.h:14:21: note: #pragma message: FastLED version 3.003.003

pragma message "FastLED version 3.003.003"

                 ^

In file included from C:\Users\Paul McGuinness\Documents\Arduino\libraries\FastLED/FastLED.h:65:0,

             from C:\Users\Paul McGuinness\Documents\Arduino\libraries\M5Atom\src/M5Atom.h:52,

             from C:\Users\Paul McGuinness\Documents\Arduino\libraries\M5Atom\examples\Basics\LEDDisplay\LEDDisplay.ino:1:

C:\Users\Paul McGuinness\Documents\Arduino\libraries\FastLED/fastspi.h:130:23: note: #pragma message: No hardware SPI pins defined. All SPI access will default to bitbanged output

pragma message "No hardware SPI pins defined. All SPI access will default to bitbanged output"`

@misosec
Copy link
Author

misosec commented Feb 26, 2020

@PaulMcGuinness, how can I use Easy Loader to upload LEDDidplay code? There is only Burn button without option to choose a file. Or am I missing something?
Thank You.

@misosec
Copy link
Author

misosec commented Feb 26, 2020

@PaulMcGuinness How can I choose what to upload?
Thanks again.

@PaulMcGuinness
Copy link

You can't - It just loads a pre-compiled version of the example (which should be the same as the example here on Github that doesn't work!)

@misosec
Copy link
Author

misosec commented Feb 26, 2020

@PaulMcGuinness I see.
Thanks anyway.

@pm-pm
Copy link

pm-pm commented Feb 26, 2020

@PaulMcGuinness
Thanks a lot for confirming my observations.
I think they have other problems in china right now than a software update.
Let's hope the best for everyone.

@ririfonfon
Copy link

change in LED_DisPlay.ccp line 103

// xSemaphoreTake(_xSemaphore, portMAX_DELAY);
xSemaphoreTake(_xSemaphore, 100);

@Hades2001
Copy link
Collaborator

Thanks.We found this serious problem and have fixed it.

@anthonyn
Copy link

HI, I am seeing this in what I believe is the most up to date software. What was the fix?

Tinyu-Zhao pushed a commit to Tinyu-Zhao/M5Atom that referenced this issue Aug 29, 2022
Update type of setdatax and setdatay to allow display of large matrix
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

6 participants