TG9541 / stm8ef

STM8 eForth - a user friendly Forth for simple µCs with docs
https://github.com/TG9541/stm8ef/wiki
Other
314 stars 66 forks source link

STM8L-DISCOVERY #267

Closed goog closed 5 years ago

goog commented 5 years ago

i have a question about segment LCD , how to do low power

VK6TT commented 5 years ago

Do you mean reduce power consumed by LCD or power consumed by STM8?

goog commented 5 years ago

reduce power consumed by LCD , when i disable lcd , but current does not reduce

VK6TT commented 5 years ago

I don't think there is a way to achieve that. Did you try to google "reduce power consumed by LCD"? That might help.

TG9541 commented 5 years ago

@goog: maybe this answers your question: https://community.st.com/s/question/0D50X00009XkaMLSAZ/stm8l-power-current-consumption-problem

goog commented 5 years ago

@TG9541 thanks!

TG9541 commented 5 years ago

@goog you're welcome.

If you find a solution to your problem don't forget to write about it, either here (if it has anything to do with STM8 eForth) or e.g. on the ST-Community site. A good description of your application would also help (e.g. tool chain, target application).