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

Where is lcd.print defined? #36

Closed
Nadlod opened this issue Aug 22, 2020 · 1 comment
Closed

Where is lcd.print defined? #36

Nadlod opened this issue Aug 22, 2020 · 1 comment
Labels
conclusion: invalid Issue/PR not valid type: support OT: Request for help using the project

Comments

@Nadlod
Copy link

Nadlod commented Aug 22, 2020

Im begin a project for my school where I need create a personal library like LiquidCrystal, the work is awesome and legible but I dont can found where is defined lcd.print.Please help me.

The example is "Hello World" I see the lcd.print but in LiquidCrystal.h and .cpp i dont found nothing except:

" virtual size_t write(uint8_t);

using Print::write;    "

"inline size_t LiquidCrystal::write(uint8_t value) {
send(value, HIGH);
return 1; // assume sucess "

"void LiquidCrystal::write4bits(uint8_t value) {
for (int i = 0; i < 4; i++) {
digitalWrite(_data_pins[i], (value >> i) & 0x01);"

@per1234
Copy link
Contributor

per1234 commented Apr 18, 2022

Hi @Nadlod. Thanks for your interest in this open source project. This issue tracker is only to be used to report bugs or feature requests. This type of question is more appropriate for the Arduino Forum. If by chance you never found the answer and are still interested, I'm sure we will be able to help you out over there:

https://forum.arduino.cc/

@per1234 per1234 closed this as completed Apr 18, 2022
@per1234 per1234 added conclusion: invalid Issue/PR not valid type: support OT: Request for help using the project labels Apr 18, 2022
@per1234 per1234 changed the title "lcd.print" Where is lcd.print defined? Apr 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: invalid Issue/PR not valid type: support OT: Request for help using the project
Projects
None yet
Development

No branches or pull requests

2 participants