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

Rename library so it doesn't conflict with original TVout library #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

joem
Copy link

@joem joem commented Feb 11, 2020

I think it might be best to rename this library so that it does not conflict with the original TVout library. While I don't think anyone would reasonably want to use both at the same time, I think there could be benefit to having both installed in the Arduino app, namely: the original TVout library is (a little bit) simpler, there seems to be more use and discussion about the original TVout library, and the original TVout library seems to still have some minor development/upkeep work happening. (I don't mean any of this as slights against the VE version, just as points to the original's credit. In fact I only plan to work with the VE version myself going forward.)

I think the name might be a little better if it were VE_TVout (or Nootropic_TVout or similar) for both practical reasons (it'd just be a prefix to add to any TVout instances) and stylistic reasons, but I made it TVout_ve since the repo was already called arduino-tvout-ve. So if the maintainer would prefer a prefix name scheme, I'm all for it, and will happily rework a pull request to suit. Just let me know.

The following files/folders that were changed:

TVout/ => TVout_ve/
TVout.cpp => TVout_ve.cpp
TVout.h => TVout_ve.h
TVoutPrint.cpp => TVout_vePrint.cpp

Inside the files, all mention of the above files/folders were changed to match.

Also inside the files, the following things (and all references to them) were changed:

TVout => TVout_ve
TVOUT_H => TVOUT_VE_H
TVout_vid => TVout_ve_vid

The README.md file too was updated to reflect the new name (though I seem to have misspelled 'README' in my commit message -- whoops).

The folder TVoutfonts was not changed, as this does not seem to be any different from the same folder in the TVout library, so it doesn't seem to clash.

joem added 2 commits February 10, 2020 23:03
All relevant file and folder names were changed to suit the new library
name and all references in any relevant files were also changed.
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

Successfully merging this pull request may close these issues.

1 participant