Skip to content
This repository has been archived by the owner on Oct 22, 2020. It is now read-only.

please provide more examples for all single library functions #32

Open
dsyleixa opened this issue Mar 30, 2020 · 0 comments
Open

please provide more examples for all single library functions #32

dsyleixa opened this issue Mar 30, 2020 · 0 comments

Comments

@dsyleixa
Copy link

dsyleixa commented Mar 30, 2020

the example code sources are very poor - please provide more examples for all single library functions:

        void home();
	void noDisplay();
	void display();
	void noBlink();
	void blink();
	void noCursor();
	void cursor();
	void cursor();	
	void scrollDisplayLeft();
	void scrollDisplayRight();
	void printLeft();
	void printRight();
	void leftToRight();
	void rightToLeft();
	void shiftIncrement();
	void shiftDecrement();
	void noBacklight();
	void backlight();
	bool getBacklight();
	void autoscroll();
	void noAutoscroll();
	void createChar(uint8_t, uint8_t[]);
	void setCursor(uint8_t, uint8_t);
	virtual size_t write(uint8_t);
	void command(uint8_t);
	inline void blink_on() { blink(); }
	inline void blink_off() { noBlink(); }
	inline void cursor_on() { cursor(); }
	inline void cursor_off() { noCursor(); }
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant